#ldesigner_openClientEditorButton .priceDetails{
	display: none !important;
}
#lupsell_variants{
	display: none !important;
}
/*#main .product_general_message {
	display: none !important;
}*/


#ldesigner_container{
	position: fixed;
	top:0;left:0;right:0;bottom:0;
	display: none;
	z-index:2000;
	padding:0;margin:0;
	font-family: 'Lato', 'sans-serif', Arial;
	background: white;
}

#ldesigner_container select, #ldesigner_container input, #ldesigner_container textarea{
	border-radius: 3px;
	border-color: #cecece;
	color: #6d6d6d;
	font-family: 'Lato', 'sans-serif', Arial;
}

.ldesigner_no_style, .ldesigner_no_style_container *, [ldesigner_no_style_container] * {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: sans-serif;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: normal;
	direction: initial;
	box-sizing: inherit;
}

body.ldesignerNoScroll{
	overflow: hidden;
}

#ldesigner_container .navigation{
	position: absolute;
	z-index: 200;
	top:10px;left:10px;
}
#ldesigner_container .navigation img{
	max-height: 25px;
}
#ldesigner_container .navigation .logo a.faq{
	display: none;
	position: fixed;
	right: 5px;
	top: 5px;
}
#ldesigner_container .navigation .actions a{
	margin-top:10px;
	display: block;
	color:black;
	text-decoration: none;
}
#ldesigner_container .navigation .actions a svg{
	display: inline-block;
	width: 17px;
	height: 17px;
}
@media screen and (max-width: 1100px) {
	#ldesigner_container .navigation{
		text-align: center;
		top:5px;right:5px;
	}
	#ldesigner_container .navigation .logo a.faq{
		display: block;
	}
	#ldesigner_container .navigation img{
		height: 20px;
	}
	#ldesigner_container .navigation .actions a{
		margin: 0;
		float:left;
		font-size: 0;
		margin-top:-17px;
	}
}

#composition{
	position: absolute;
	top:0;bottom:0;left:0;
	background: white;
	width: calc( 100% - 440px);
}
@media screen and (max-width: 1100px) {
	#composition{
		width: 100%;
		bottom: calc(45% + 25px);
		top: 30px;
	}
	.hasGlobalMessage #composition{
		top: 65px;
	}
	.reduced #composition{
		bottom: calc(30px + 90px + 25px);
	}
}

#ldesigner_container #editor{
	position: absolute;
	right:0;top:0;bottom:0;
	background:#fbefd9;
	width:440px;
	-webkit-box-shadow: -3px 0px 15px 0px rgba(153,153,153,0.4);
	box-shadow: -3px 0px 15px 0px rgba(153,153,153,0.4);
}
@media screen and (max-width: 1100px) {
	#ldesigner_container #editor{
		width:100%;
		left:0;right:0;bottom:0;top:auto;
		height:45%;
	}
	#ldesigner_container .reduced #editor{
		height:60px;
	}
}
#ldesigner_container #editor > table{
	width: 100%;
	height: 100%;
	border: none;
	border-collapse: collapse;
	table-layout: fixed
}
#ldesigner_container #editor > table > tr{
	vertical-align: top;
	width: 100%;
}
#ldesigner_container #editor > table > tr > td{
	width: 100%;
	padding: 0;
}
#ldesigner_container #editor > table > tr.header{
	height:45px;
}
@media screen and (max-width: 1100px) {
	#ldesigner_container #editor > table > tr.header{display: none}
}
#ldesigner_container #editor > table > tr.footer{height:45px;}
@media screen and (max-width: 1100px) {
	#ldesigner_container .reduced #editor > table > tr.content {
		display: none
	}
}
#ldesigner_container #editor > table > tr.content > td{
}
#ldesigner_container #editor > table > tr.content > td > .content{
	overflow-x: hidden;
	overflow-y: auto;
	width: 440px;
	height: 100%;
	position: relative;
}
@media screen and (max-width: 1100px) {
	#ldesigner_container #editor > table > tr.content > td > .content{width: auto;}
}

#ldesigner_container #editor > .editorContainer{
	display: table;
}
#ldesigner_container #editor tr.header .title{
	background: #375451;
	text-transform: uppercase;
	font-size:20px;
	text-align: center;
	padding:10px 0;
	color:white;
	height:100%;
}
#ldesigner_container #editor tr.header .title .faq{
	position: absolute;
	top:10px;right:10px;
}
#ldesigner_container #editor tr.header .title .faq img{
	max-width: 18px;max-height: 18px;
}
#ldesigner_container #editor > .reduceButton,
#ldesigner_container #editor > .deliveryInfo
{
	display:none;
	position: absolute;
	top:-25px;
	right:10px;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
}
#ldesigner_container #editor > .deliveryInfo{
	right: initial;
	left: 10px;
	font-weight: normal;
	font-size: 10px;
}
#ldesigner_container #editor > .deliveryInfo > svg{
	vertical-align: middle;
}
#ldesigner_container #editor > .menuV2AskElements{
	position: absolute;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}
@media screen and (max-width: 1100px) {
	#ldesigner_container #editor > .menuV2AskElements{
		top:-25px;
		left:10px;
		height: 25px;
	}
	#ldesigner_container #editor > .reduceButton,
	#ldesigner_container #editor > .deliveryInfo,
	#ldesigner_container #editor > .menuV2AskElements{
		display: block;
		z-index: 100;
	}
}
@media screen and (min-width: 1100px) {
	#ldesigner_container #editor > .menuV2AskElements{
		top: 13px;
		left: -190px;
	}
}

#ldesigner_container #editor tr.footer .addToCart{
	padding: 0px 10px;
}
#ldesigner_container #editor tr.footer .addToCart > button{
	margin: 0;
}
#ldesigner_container #editor tr.footer button{
	display: block;
	border: none;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 0;
	font-size: 16px !important;
	background: #375451 !important;
	border-radius: 26px !important;
	height: 60px;
	color: white;
	font-weight: 600;
	margin-bottom: 10px;
}
#ldesigner_container #editor tr.footer button:disabled{
	background: rgba(55, 84, 81, 0.47) !important;
}
#ldesigner_container #editor tr.footer button .price{
	color: white;
	font-weight: 600;
}
@media screen and (max-width: 1100px) {
	#ldesigner_container #editor tr.footer .addToCart{
		padding: 0;
	}
	#ldesigner_container #editor tr.footer button {
		border-radius: 0 !important;
		margin-bottom: 0;
	}
}

#ldesigner_container #editor tr.footer button:hover{cursor:pointer}
#ldesigner_container .globalMessage{
	text-align: center;
	line-height: 30px;
	font-size: 10px;
	margin-top: 35px;
}
#ldesigner_container .globalMessage > span{
	background: #EF6869;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 5px 8px;
	color: white;
}

#ldesigner_container #doingRender{
	position: absolute;
	top:0;bottom:0;left:0;right:0;
	z-index:500000;
	background: white;
	color:#898989;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
}
#ldesigner_container #doingRender div{
	margin-top:30vh;
	display: block;
}
#ldesigner_container #doingRender div img{
	max-width: 75px;
	margin-bottom: 30px;
}
#ldesigner_container #doingRender div span{
	display: block;
}


#ldesigner_container #editor .editorElementDesktopMenu{}
@media screen and (max-width: 1100px) {
	#ldesigner_container #editor .editorElementDesktopMenu{margin-top:10px;}
}
#ldesigner_container #editor .editorElementDesktopMenuOption{
	padding:10px;color:white;
	background: #375451;
	font-weight: 700;
	font-size: 16px;
	box-sizing: border-box;
}
#ldesigner_container #editor .editorElementDesktopMenuOption.active{
	background:#fbefd9;
	color: black;
	border-bottom: 1px solid #375451;
}
#ldesigner_container #editor .editorElementDesktopMenuOption:hover{cursor: pointer;}
#ldesigner_container #editor .editorElementDesktopMenuOption i{
	float:right;
	margin-top:5px;
}
#ldesigner_container #editor .editorElementMobileMobile{
	display: none;
	overflow-y:auto;
	white-space: nowrap;
	height:40px;
	background: #375451;
}
#ldesigner_container #editor .editorElementMobileMenuOption{
	display: inline-block;
	padding:10px 25px;color:white;
	background: #375451;
	font-weight: 600;
	font-size: 13px;
	height: 40px;
	box-sizing: border-box;
}
#ldesigner_container #editor .editorElementMobileMenuOption:hover{cursor: pointer;}
#ldesigner_container #editor .editorElementMobileMenuOption.active{
	background:#fbefd9;
	color: black;
}

@media screen and (max-width: 1100px) {
	#ldesigner_container #editor .editorElementMobileMobile{display: block;z-index: 500;}
	#ldesigner_container #editor .editorElementDesktopMenuOption{display: none}
}


#ldesigner_container .editorElement{}

#ldesigner_container .editorElement.map {}
#ldesigner_container .editorElement.map {}
#ldesigner_container .editorElement.map > .userCustomAddressTitle{text-align: left}
#ldesigner_container .editorElement.map > .userCustomAddress{text-align: center}

#ldesigner_container .editorElement{padding:8px;}
#ldesigner_container .editorElement.image .elementOption .userOwnImageSelector{margin-top:10px;}
#ldesigner_container .editorElement .elementOption > .content.onlyOne{margin-top:10px;}
#ldesigner_container .editorElement .elementOption > .content.onlyOne > .title{color:rgb(102, 102, 102);font-size:12px;}
#ldesigner_container .editorElement .elementOption > .content.onlyOne > .value{margin-top:4px;}

#ldesigner_container .editorElement.text .elementOption select{height:30px;}
#ldesigner_container .editorElement.text .elementOption input[type=text]{height:30px;}

#ldesigner_container .editorElement .elementOption{margin-bottom:10px;}
#ldesigner_container .editorElement .elementOption label{width:170px;display: inline-block;color: #6d6d6d;font-weight: 700;font-size: 14px;text-align:left}
#ldesigner_container .editorElement.text .elementOption input,
#ldesigner_container .editorElement.text .elementOption select,
#ldesigner_container .editorElement.text .elementOption .area{
	display: inline-block;
	width: calc( 100% - 180px);
	box-sizing: border-box;
}
#ldesigner_container .editorElement.text .elementOption textarea{
	margin: 10px 10px 0 10px;
	box-sizing: border-box;
	min-width:calc(100% - 20px);
	max-width:calc( 100% - 180px);
	font-size: 16px;
}

#ldesigner_container .editorElement.imageAi{
	padding-top: 0;
}
#ldesigner_container .editorElement.imageAi img.preview{
	max-width: 20%;
}
#ldesigner_container .editorElement.imageAi .newImageAction{}
#ldesigner_container .editorElement.imageAi .newImageAction > span.quota{
	background: #FEF4E8;
}
#ldesigner_container .editorElement.imageAi .newImageAction > span.quota.success{
	background: #E8F5E9;
}
#ldesigner_container .editorElement.imageAi .newImageAction > span.quota.error{
	background: #f6e8e8;
}
#ldesigner_container .editorElement.imageAi .newImageAction > span.quota button{
	background: #CC995A;
	color: white;
	border: none;
	border-radius: 6px;
	font-size: 13px;
	padding: 5px 10px;
	font-weight: bold;
	width: 38%;
	float: right;
}
#ldesigner_container .editorElement.imageAi .newImageAction > span.quota .mention{
	font-size: 10px;
	color: gray;
	text-align: left;
	padding-left: 10px;
	margin-top: 2px;
}
#ldesigner_container .editorElement.imageAi .newImageAction > span{
	font-size: 12px;
	font-weight: bold;
	background: white;
	text-align: center;
	display: block;
	border-radius: 8px;
	padding: 10px;
	color: #292929;
}
#ldesigner_container .editorElement.imageAi .newImageAction > span .subtitle{
	color: #EF6869;
}
#ldesigner_container .editorElement.imageAi .newImageAction > span.quota.success .subtitle{
	color: #2E7D32;
	font-weight: bolder;
	font-size: 13px;
}
#ldesigner_container .editorElement.imageAi .newImageAction > span input{
	color: #969696;
	background: #FDFDFD;
	border-radius: 6px;
	border: #969696 1px solid;
	padding: 5px;
	font-size: 14px;
	width: 55%;
}
#ldesigner_container .editorElement.imageAi .newImageAction > button{
	float:right;
	background: #CC995A;
	color: white;
}
#ldesigner_container .editorElement.imageAi .imageRow{
	display: grid;
	align-items: center;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	width: 100%;
	grid-gap: 7px;
	width: 100%;
	max-width: 100%;
	margin-top: 7px;
}
#ldesigner_container .editorElement.imageAi .imageRow img{
	width: 100%; max-width: 100%;
	box-sizing: border-box;
}
#ldesigner_container .editorElement.imageAi .imageRow button,
#ldesigner_container .editorElement.imageAi .newImageAction > button,
#ldesigner_container .editorElement.imageAi .bottomActions > button
{
	background: #375451;
	color: white;
	border: none;
	border-radius: 6px;
	font-size: 12px;
	padding: 5px 10px;
}
#ldesigner_container .editorElement.imageAi .imageRow button.maxReached{
	background: gray;
}
#ldesigner_container .editorElement.imageAi .bottomActions{
	text-align: center;
	margin-top: 8px;
}

#ldesigner_container .editorElement .elementOption > .content.listWithImages{margin-top:10px;}
#ldesigner_container .editorElement .elementOption > .content.listWithImages > .optionItem{display:inline-block; width:33%;max-height:100px; margin-bottom:25px;}
#ldesigner_container .editorElement .elementOption > .content.listWithImages > .optionItem.image{text-align: center;}
#ldesigner_container .editorElement .elementOption > .content.listWithImages > .optionItem.image:hover{cursor:pointer;}
#ldesigner_container .editorElement .elementOption > .content.listWithImages > .optionItem.image > .image{padding:10px;}
#ldesigner_container .editorElement .elementOption > .content.listWithImages > .optionItem.image > .image img{max-width: 100%; max-height: 100px;}
#ldesigner_container .editorElement .elementOption > .content.listWithImages > .optionItem.image > .name{color:rgb(102, 102, 102);font-size:10px;font-weight:700}

#ldesigner_container .editorElement .colorSelector{
	display: inline-block;
	width:15px;
	height:15px;
	border-radius: 8px;
	margin-right:10px;
}


@media screen and (min-width: 640px){
	#ldesigner_container .mapboxgl-ctrl-geocoder {
		width:100%;
		max-width: 100%;
	}
}

#ldesigner_container .element.image.noImageYet{
	background: url('../imgs/image_not_selected.svg') no-repeat;
	background-size: 15%;
	background-position: center center;
	border: 1px dotted black;
}
#ldesigner_container.rendering .element.image.noImageYet{
	background: none !important;
}
#ldesigner_container .element.image .userSelector{
	position: absolute;
	top:0;right:0;
	z-index: 1;
	transform-origin: top right;
}
#ldesigner_container .element.image .userSelector:hover{
	cursor: pointer;
}
#ldesigner_container .element.image .userSelector img{
	height: 30px;
}

#ldesigner_container .bundleImageSelector,
#ldesigner_container .bundleImageSelectOptions,
#ldesigner_container .bundleImageResizeModal
{
	position: fixed;
	top:0;left:0;bottom:0;right:0;
	background: rgba(0,0,0,0.75);
	z-index:300;
}
#ldesigner_container .bundleImageResizeModal{
	background: rgba(0,0,0,0.75);
}
#ldesigner_container .bundleImageSelector .container,
#ldesigner_container .bundleImageSelectOptions .container,
#ldesigner_container .bundleImageResizeModal .container
{
	width:600px;
	height:80%;
	background: white;
	margin:auto;
	margin-top:8%;
	border-radius: 5px;
	position: relative;
}
#ldesigner_container .bundleImageSelectOptions .container button{
	width:80% !important;
}

@media screen and (max-width: 1100px) {
	#ldesigner_container .bundleImageSelector .container,
	#ldesigner_container .bundleImageResizeModal .container,
	#ldesigner_container .bundleImageSelectOptions .container
	{
		width:80%;
	}
	#ldesigner_container .bundleImageSelectOptions .container button{
		font-size: 13px !important;
		width:100% !important;
	}
}
#ldesigner_container .bundleImageSelector .container .close{
	position: absolute;
	top:5px;right:5px;
}
#ldesigner_container .bundleImageSelector .container .close img{
	width: 20px;
}

#compositionImageBundleResize{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 50px;
}
#compositionImageBundleResize #renderImageBundleResize{
	transform-origin: top left;
}
#ldesigner_container .bundleImageResizeModal .container{
	background: none;
}
#ldesigner_container .bundleImageResizeModal .actions{
	position: absolute;
	bottom: 0;left:0;right:0;
	z-index:9000;
}
#ldesigner_container .bundleImageResizeModal .actions button,
#ldesigner_container .bundleImageSelectOptions .actions button,
#ldesigner_container .editorElement.image .elementOption .userOwnImageSelector button
{
	display: block;
	border: none;
	min-width: 40%;
	background: #375451;
	text-transform: uppercase;
	color: white;
	text-align: center;
	padding: 10px 10px;
	font-size: 18px;
	height: 40px;
	border-radius: 4px;
	margin:auto;
	cursor: pointer;
}
@media screen and (max-width: 1100px) {
	#ldesigner_container .bundleImageResizeModal .actions button,
	#ldesigner_container .bundleImageSelectOptions .actions button,
	#ldesigner_container .editorElement.image .elementOption .userOwnImageSelector button
	{
		min-width:80%;
	}
}

#ldesigner_container .bundleImageSelectOptions .container{
	background: none;
	margin-top:30px;
}
#ldesigner_container .bundleImageSelectOptions .actions{
	margin-top: 30%;
}

/* design specific for website*/
#ldesigner_openClientEditorButton{
	color: #FFEED6;
	font-size: 8px;
	background: linear-gradient(90deg,#5D7F7C,#375451);
	border-color: #ffffff;
}

#ldesigner_container .popupV2{
	position: fixed;
	top:0; right:0;left: 0;bottom: 0;
	background: rgba(0,0,0,0.85);
	z-index: 999;
}
#ldesigner_container .popupV2 .popup{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #f5edde;
	display: flex;
	flex-flow: column;
	max-height: 85vh;
}
#ldesigner_container .popupV2 .popup .content{
	padding: 20px 15px;
	overflow: auto;
	flex: 2;
}
#ldesigner_container .popupV2 .close{
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
	z-index: 10;
}
#ldesigner_container .popupV2 .close:hover{cursor: pointer}
#ldesigner_container .popupV2 .close:after{
	content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAxMjggMTI4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIiBjbGFzcz0iIj48Zz48cGF0aCBkPSJtNzEuMSA2NCA0Mi45IDQyLjktNy4xIDcuMUw2NCA3MS4xIDIxLjEgMTE0bC03LjEtNy4xTDU2LjkgNjQgMTQgMjEuMWw3LjEtNy4xTDY0IDU2LjkgMTA2LjkgMTRsNy4xIDcuMXoiIGZpbGw9IiNmZmZmZmYiIG9wYWNpdHk9IjEiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSIiPjwvcGF0aD48L2c+PC9zdmc+);
}

#ldesigner_container .popupV2 .popup > .title{
	background: #324a47;
	font-size: 16px;
	text-transform: uppercase;
	color: white;
	position: relative;
	padding: 20px 0px;
	text-align: center;
	font-weight: 600;
}
#ldesigner_container .popupV2 .title > svg{
	height: 12px;
	width: 12px;
	vertical-align: middle;
	text-transform: capitalize;
}
#ldesigner_container .popupV2 .title.bigIcon > svg{
	height: 24px;
	width: 24px;
}

#ldesigner_container .popupV2 .actions{
	margin-top: 20px;
	text-align: center;
}
#ldesigner_container .popupV2 .actions > span{
	display: block;
}
#ldesigner_container .popupV2 .actions button{cursor: pointer}
#ldesigner_container .popupV2 .actions button.submit{
	display: inline-block;
	border: none;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 60px;
	font-size: 16px !important;
	background: #375451 !important;
	border-radius: 10px !important;
	height: 45px;
	color: white;
	font-weight: 600;
}
#ldesigner_container .popupV2 .actions button.submit .price{
	color: white;
	font-weight: 600;
}
#ldesigner_container .popupV2 .actions button.sub{
	margin-top: 10px;
	text-decoration: underline;
	border: none;
	background: none;
	font-weight: bold;
	font-size: 12px;
}
#ldesigner_container .popupV2 .actions button.sub > svg{
	width: 12px;
	height: 12px;
}
#ldesigner_container .popupV2 .actions .rating{
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 12px;
}

#ldesigner_container .popupV2.askUserElement{
	text-align: center;
}
#ldesigner_container .popupV2.askUserElement > .content{
}
#ldesigner_container .popupV2.askUserElement .option{
	margin-bottom:10px;
}
#ldesigner_container .popupV2.askUserElement .option label{
	display: inline-block;
	width: 50%;
	text-align: left;
	font-weight: 600;
	font-size: 16px;
}
#ldesigner_container .popupV2.askUserElement .option select{
	padding: 0 10px;
	font-size: 16px;
	height: 32px;
	font-weight: bold;
	border-radius: 5px;
}

#ldesigner_container #confirmWork .mention{
	text-align: center;
	color: black;
	margin-bottom:20px;
	white-space: pre-wrap;
}
#ldesigner_container #confirmWork .mention.computer{display: block}
#ldesigner_container #confirmWork .mention.mobile{display: none}
@media screen and (max-width: 1100px) {
	#ldesigner_container #confirmWork .mention.computer{display: none}
	#ldesigner_container #confirmWork .mention.mobile{display: block}
}

/**************************** */
/* MENU V2 */
#ldesigner_container .menuV2{
	height: 100%;
	overflow: hidden;
}
#ldesigner_container .menuV2 .editorElementMobileMobile{
	padding-right: 20px;
}
#ldesigner_container .menuV2 .editorElementDesktopMenu {
	margin-top: 40px;
}
@media screen and (max-width: 1100px) {
	#ldesigner_container .menuV2 .editorElementDesktopMenu {
		margin-top: 0 !important;
		padding-top: 10px;
		height: calc(100% - 50px);
		overflow: auto;
	}
}
#ldesigner_container .menuV2 .editorElementMobileMobile .navigationRight{
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	color: white;
	height: 40px;
	background: #5D7F7C;
	line-height: 40px;
	text-align: center;
	opacity: 1;
	transition: opacity 0.15s ease-in-out;
	font-weight: bold;
}
#ldesigner_container .menuV2 .editorElementMobileMobile .navigationRight.hidden{
	opacity: 0;
}


#ldesigner_container .menuV2 .elements{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
#ldesigner_container .menuV2 .editorElement-container{}
#ldesigner_container .menuV2 .editorElement-container.text{
	grid-column: 1 / -1;
}
#ldesigner_container .menuV2 .editorElement-container.image{
	grid-column: 1 / -1;
}
#ldesigner_container .menuV2 .editorElement-container.map{
	grid-column: 1 / -1;
}
#ldesigner_container .menuV2 .editorElement-container.image-svg-anchor{
	width: 100%;
}
#ldesigner_container .menuV2 .editorElement-container > .editorElement{
	padding-bottom: 0;
}
#ldesigner_container .menuV2 .editorElement-container > .title{
	text-align: center;
}
#ldesigner_container .menuV2 .editorElementMobileMenuOption {
	text-transform: uppercase;
}
#ldesigner_container .menuV2 .presentationText {
	font-weight: bold;
	padding-left: 10px;
	font-size: 16px;
}

/* ************************** */
/*  SVG EDITION */
.editorElement.image-svg-anchor{

}
#ldesigner_container .editorElement.image-svg-anchor .thumbnail{
	box-sizing: border-box;
	padding: 5px;
	border-radius: 15px;
	background: white;
}
#ldesigner_container .editorElement.image-svg-anchor .thumbnail svg{
	width: 100%;
	max-height: 100px;
}
#ldesigner_container .popupV2.popupSvgSelector .content{
	padding: 20px 5%;
}
#ldesigner_container .popupV2.popupSvgSelector .content .filters{
	margin-bottom: 20px;
}
#ldesigner_container .popupV2.popupSvgSelector .content .filters .title{
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 10px;
}
#ldesigner_container .popupV2.popupSvgSelector .content .filters .title svg{
	height: 18px;
	width: 18px;
}
#ldesigner_container .popupV2.popupSvgSelector .content .filters .list{
	display: flex;
	flex-wrap: wrap;
}
#ldesigner_container .popupV2.popupSvgSelector .content .filters .filter{
	box-sizing: border-box;
	flex: 0 0 50%;
	padding-right: 10px;
}
#ldesigner_container .popupV2.popupSvgSelector .content .filters .filter:last-child{
	padding-right: 0;
}
@media screen and (max-width: 1100px) {
	#ldesigner_container .popupV2.popupSvgSelector .content .filters .list{display: block}
	#ldesigner_container .popupV2.popupSvgSelector .content .filters .filter{
		padding-right: 0;
		margin-bottom: 10px;
	}
}

#ldesigner_container .popupV2.popupSvgSelector .content .filters .filter .name{
	font-size: 15px;
}
#ldesigner_container .popupV2.popupSvgSelector .content .filters .filter .values{}
#ldesigner_container .popupV2.popupSvgSelector .content .filters .filter .values .twoOptions{
	display: flex;
	flex-wrap: wrap;
	background: white;
	border-right: 5px;
	border-right: 5px;
	text-align: center;
	font-size: 15px;
	padding: 7px 5px;
	height: 35px;
	box-sizing: border-box;
}
#ldesigner_container .popupV2.popupSvgSelector .content .filters .filter .values .twoOptions .option{margin-right: 10px;}
#ldesigner_container .popupV2.popupSvgSelector .content .filters .filter .values .twoOptions .option:last-child{margin-right: 0;}
#ldesigner_container .popupV2.popupSvgSelector .content .filters .filter .values .twoOptions .option span{
	vertical-align: middle;
}
#ldesigner_container .popupV2.popupSvgSelector .content .filters .filter .values .twoOptions .option svg{
	width: 15px;height: 15px;margin-top: 3px;
}
#ldesigner_container .popupV2.popupSvgSelector .content .filters .filter .values select{
	width: 100%;
	font-weight: bold;
	font-size: 15px;
	height: 35px;
	border: none;
	background: white;
}
#ldesigner_container .popupV2.popupSvgSelector .content .imageList{
	display: flex;
	flex-wrap: wrap;
}

#ldesigner_container .popupV2.popupSvgSelector .content .imageList .image{
	display: block;
	flex: 0 0 25%;
	width: 30%;
	box-sizing: border-box;
	padding: 5px;
}
#ldesigner_container .popupV2.popupSvgSelector .content .imageList .image svg{
	width: 100%;
	max-height: 165px;
}
#ldesigner_container .popupV2.popupSvgSelector .content .imageList .image.active{
	background: white;
	border-radius: 15px;
}

#ldesigner_container #upsellModal .popup{
	max-height: 100dvh;
}
@media (min-width: 900px) {
	#ldesigner_container #upsellModal .popup{
		width: 600px;
		max-height: 100vh;
		left: 50%;
		right: initial;
		transform: translateX(-50%);
	}
}
#ldesigner_container #upsellModal .popup > .close{
	color: gray;
	font-weight: bolder;
	top: 20px;
}
#ldesigner_container #upsellModal .saveTimer{
	background: white;
	font-size: 11px;
	border-radius: 8px;
	font-weight: bold;
	padding: 3px;
	text-align: center;
	margin-bottom: 4px;
}
#ldesigner_container #upsellModal .saveTimer .timer{
	color: red;
}
#ldesigner_container #upsellModal .content{
	padding-top: 0;
	padding-bottom: 0;
	overflow-x: hidden;
}
#ldesigner_container #upsellModal .content .title{
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
#ldesigner_container #upsellModal .content .subtitle{
	margin-bottom: 15px;
	font-size: 10px;
	padding-left: 10px;
	margin-top: -5px;
}
#ldesigner_container #upsellModal .content .subtitle > svg{
	vertical-align: middle;
}
#ldesigner_container #upsellModal .variationList{
	display: grid;
	align-items: center;
	grid-template-columns: 1fr 1fr 1fr;
	width: 100%;
	grid-gap: 7px;
}
#ldesigner_container #upsellModal .variationList.two{
	grid-template-columns: 1fr 1fr;
}
#ldesigner_container #upsellModal .variationList > .item{
	box-sizing: border-box;
	background: rgba(255,255,255,0.5);
	padding: 5px 10px;
	text-align: center;
	border-radius: 8px;
	position: relative;
}
#ldesigner_container #upsellModal .variationList > .item.selected{
	border: 1px solid black;
	background: white;
}
#ldesigner_container #upsellModal .variationList > .item .name{
	font-weight: bold;
}
#ldesigner_container #upsellModal .variationList > .item .description{
	font-size: 10px;
}
#ldesigner_container #upsellModal .variationList > .item .label{
	position: absolute;
	background: rgba(239, 104, 105, 0.62);
	color: white;
	top: -10px;right: -10px;
	font-size: 8px;
	text-align: center;
	font-weight: bold;
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 15px;
	box-sizing: border-box;
	z-index: 5;
}
#ldesigner_container #upsellModal .variationList > .item.selected .label{
	background: #EF6869;
}

#ldesigner_container #upsellModal .upsellList{
	display: grid;
	align-items: center;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	width: 100%;
	grid-gap: 7px;
}
#ldesigner_container #upsellModal .upsellList > div.item{
	text-align: center;
}
#ldesigner_container #upsellModal .upsellList .icon{
	background: white;
	border-radius: 23px;
	display: inline-block;
	width: 45px;
	height: 45px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	overflow: hidden;
}
#ldesigner_container #upsellModal .upsellList .selected .icon {
	border: 1px solid black;
}
#ldesigner_container #upsellModal .upsellList .icon img{
	max-width: 140%;
	max-height: 140%;
	margin-left: -15%;
	margin-top: -25%;
}
#ldesigner_container #upsellModal .upsellList span{
	display: block;
	font-size: 8px;
	text-transform: capitalize;
	text-align: center;
	color: #7c7978;
}
#ldesigner_container #upsellModal .upsellList .selected span{
	color: black;
}
#ldesigner_container #upsellModal .preview{
	position: relative;
	margin-left: -15px;
	margin-right: -15px;
	overflow-x: scroll;
	box-sizing: border-box;
	scroll-snap-type: x mandatory;
	width: 100vw;
	height: calc(10 / 14 * 100vw);
	white-space: nowrap;
	font-size: 0;
}
@media (min-width: 900px) {
	#ldesigner_container #upsellModal .preview{
		width: 600px;
		height: calc(10 / 14 * 600px);
		overflow: hidden;
	}
}
#ldesigner_container #upsellModal .preview .previewExample{
	scroll-snap-align: start;
	position: relative;
	display: inline-block;
}
#ldesigner_container #upsellModal .preview .previewExample img.background{
	width: 100vw;
	max-width: initial;
	aspect-ratio: 14 /10;
}
#ldesigner_container #upsellModal .preview .previewExample img.background.hide{
	opacity: 0;
	pointer-events: none;
}
@media (min-width: 900px) {
	#ldesigner_container #upsellModal .preview .previewExample img.background{
		width: 600px;
		aspect-ratio: 14 /10;
	}
}
#ldesigner_container #upsellModal .preview .previewExample img.userContent,
#ldesigner_container #upsellModal .preview .previewExample img.overlay{
	position: absolute;
	width: 10%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}
#ldesigner_container #upsellModal .preview .previewExample img.userContent {
	-webkit-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.45);
	box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.45);
}

#ldesigner_container #upsellModal .confirmWorkMessage{
	font-size: 8px;
	padding: 3px;
	text-align: center;
	margin-bottom: 0;
	bottom: 0;
	z-index: 10;
	text-align: center;
	left: 0;right: 0;
}
#ldesigner_container #upsellModal .previewScroll{
	text-align: center;
	padding: 0;padding-top: 3px;
	font-size: 0;
}
#ldesigner_container #upsellModal .previewScroll .scrollBtn{
	width: 40px;
	height: 8px;
	background: #9f9f9f;
	display: inline-block;
	margin-right: 15px;
	border-radius: 10px;
}
#ldesigner_container #upsellModal .previewScroll .scrollBtn.active{
	background: black;
}
#ldesigner_container #upsellModal .previewScroll .scrollBtn:last-child{
	margin-right: 0;
}

#ldesigner_container button.validatePrice .priceWithoutDiscount{
	font-size: 12px;
	color: rgba(239, 104, 105, 0.8);
	text-decoration: line-through;
	margin-left: 5px;
	display: inline-block;
}

#ldesigner_container #upsellModal .actions button, #ldesigner_container button.validatePrice{
	margin: 10px 10px 5px 10px;
	font-size: 14px !important;
	padding: 10px 40px;
}

#ldesigner_container #upsellModal .upsellNumericalPopupContainer{
	position: fixed;top: 0;bottom: 0; left: 0; right: 0;
	background: rgba(0, 0,0,0.6);
	z-index: 50;
}
#ldesigner_container #upsellModal .upsellNumericalPopup{
	position: absolute;
	left: 10%; top: 10%;
	width: 80%;
	margin: auto;
	background: #f5edde;
	border-radius: 20px;
	text-align: center;
}
#ldesigner_container #upsellModal .upsellNumericalPopup .title{
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	padding: 15px 10px;
}
#ldesigner_container #upsellModal .upsellNumericalPopup .remark{
	color: #EF6869;
	font-size: 12px;
	padding: 0 20px;
}
#ldesigner_container #upsellModal .upsellNumericalPopup .price{
	border-radius: 100px;
	background: white;
	display: inline-block;
	width: 100px;
	height: 100px;
	margin-top: 20px;
}
#ldesigner_container #upsellModal .upsellNumericalPopup .price .now{
	color: #324a47;
	font-weight: bolder;
	font-size: 24px;
	padding-top: 30px;
	display: block;
}
#ldesigner_container #upsellModal .upsellNumericalPopup .price .original{
	color: black;
	display: block;
	font-size: 10px;
	font-weight: bold;
}

#ldesigner_container #upsellModal .upsellNumericalPopup .actions{
	margin-bottom: 20px;
}
#ldesigner_container #upsellModal .upsellNumericalPopup .actions button{
	border: none;
	border-radius: 20px;
	color: white;
	font-size: 16px;
	text-transform: uppercase;
}
#ldesigner_container #upsellModal .upsellNumericalPopup .actions button.selectNumeric{
	background: #375451;
	font-weight: bolder;
}
#ldesigner_container #upsellModal .upsellNumericalPopup .actions button.selectClassic{
	background: #EF6869;
}