<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 *  Tous droits rÃ©servÃ©s NDKDESIGN
 *
 *  @author Hendrik Masson &lt;postmaster@ndk-design.fr&gt;
 *  @copyright Copyright 2013 - 2014 Hendrik Masson
 *  @license   Tous droits rÃ©servÃ©s
*/

.ndkhiddenuploadfile, .ndkhiddenimglibrary{
	display: none;
}

.designer-item{
	margin:15px 0;
	display: none
}

.max-limit {
	display: none;
	text-align: center;
	color: #b02424;
	padding: 0.5em 0
}



h4.itemToggler {
	font-size: 14px;
	text-transform: none;
	padding: 5px;
	border: none;
	background: none;
	border-bottom: 1px dotted #dedede;
	font-weight: normal;
	cursor:pointer;
	margin-top: 1.5em;
	opacity: 0.5;
}
h4.itemToggler:hover{
	font-weight: bold
}

.designer-item-container {
	margin-bottom: 0.5em;
	padding: 0 1em;
}

.activeItem h4.itemToggler, h4.itemToggler:hover {
	opacity: 1;
}

.designer-item-container.activeItem {
	border: 1px solid;
}

h4.itemToggler::after {
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 14px;
	padding: 0;
	font-weight: lighter;
	line-height: 24px;
	content: "\f07d";
	cursor: -webkit-grab;
	float: left;
	margin-left: -5px;
	margin-right: 5px;
	margin-top: -5px;
}

.designer-item textarea.noborder{
	resize: both;
		overflow: auto;
}


.previewText{
	text-align:center;
	margin:8px 0
}

.submitCSText{
	padding: 5px 10px;
	margin: auto;
	display: table;
	width: 100%;
	text-align: center;
}

.customFontTextElement {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	text-align: center;
	
}

.multiply-mode-multiply{
	mix-blend-mode:multiply;
}

.multiply-mode-color{
	mix-blend-mode:color;
}



/* @group Slider Css */

.sliderBlock{
	position:relative;
	margin-bottom:30px!important;
	min-height:100px
}
.sliderBlock .form-group.ndkackFieldItem {
	position:absolute!important;
	/*left:-5000px;*/
	width:100%;
	visibility:hidden;
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity:0;
	z-index:-1;
}

/*.sliderBlock .form-group.ndkackFieldItem.slideInRight{
	left:auto;
	right:-5000px
}*/

.sliderBlock .form-group.ndkackFieldItem.activeItem {
	left: auto!important;
	right:auto!important;
	visibility:visible;
	opacity:1;
	z-index:auto
}

.sliderBlock .view_tab {
	position: relative;
	z-index: 9;
}



.sliderBlock .form-group.ndkackFieldItem .fieldPane{
	display:block!important
}

.sliderBlock .form-group.ndkackFieldItem .toggler {
	text-align: center;
	padding-bottom: 20px !important;
	padding-right:20px!important
}

.sliderBlock .form-group.ndkackFieldItem .toggler::after{
	display:none
}

.ndkcfnav {
	position: absolute;
	padding-bottom: 16px;
	width: 100%;
	top: 12px;
	display:none
}

.sliderBlock .ndkcfnav, .sliderBlock .ndkcfPager{
	display:block
}

.nextNdkcfItem, .prevNdkcfItem {
	display: inline-block;
	font-size: 24px;
	font-weight: normal;
	cursor: pointer;
	padding: 3px;
	color: #97B8C5;
}

.nextNdkcfItem{
	float:right;
	margin-right:5px
}

.prevNdkcfItem{
	float:left;
	margin-left:5px
}

.ndkcfPager{
	position: absolute;
	padding-bottom: 16px;
	width: 100%;
	display:none;
	top:-20px;
	text-align:center
}

.ndkcfPagerItem{
	width:8px;
	height:8px;
	display:inline-block;
	margin-right:12px;
	background:#000;
	border-radius:8px
}

.ndkcfPagerItem.activePager{
	background:#97B8C5;
}

.nextNdkcfItem::after, .prevNdkcfItem::after {
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 14px;
	padding: 0;
	font-weight: lighter;
	line-height: 24px;
}

.nextNdkcfItem::after{
	content:"\f054";
	float:right;
}

.prevNdkcfItem::after{
	content:"\f053";
	float:left
}



.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


@-webkit-keyframes slideInLeft {
  from {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	visibility: visible;
  }

  to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	visibility: visible;
  }

  to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	visibility: visible;
  }

  to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	visibility: visible;
  }

  to {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

/* @end */


.orientation_selection {
	text-align: center;
	padding: 15px;
	margin: 15px 0;
	border-bottom: 1px solid #dedede;
	border-top: 1px solid #dedede;
	/* display: block; */
	width: 100%;
	clear: both;
}

.active_orientation{
	background: #97b8c5;
	color: #fff;
}

input.surface {
	width: auto;
	display: inline-block;
}

/* Popup */

.modal-dialog.full-width {
	width: 100%;
	max-width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	max-height: 100vh;
	overflow: hidden;
}
.ndkacf-options {
	overflow-y: auto;
	max-height: 85vh;
	width: 30%;
	float: left;
}

.btn.btn-primary.full-width-btn, #popup-add-to-cart {
	width: 100% !important;
}
#ndkacf-modal {
	background: #FFF;
}
#ndkacf-modal .modal-content
{
	border: none;
}
.btn-primary[data-target="#ndkacf-modal"]
{
	cursor: pointer;
}
.ndk-imgs-popup
{
	width: 65%;
	float: right;
}



.ndkacf-close-modal span {
	font-size: 30px;
}
.ndk-imgs-autoHeight {
   margin: auto;
   max-width: 100%;
   position:relative;
}
.responsive-show
{
	display: none;
}
.title_popup {
	padding: 5px;
	text-align: center;
	background: #EEE;
	font-weight: 900;
}
.sticky-responsive.header-pc{
	padding: 5px;
}

#ndkcf_mobile_options_toggler {
	display: none;
}

@media (max-width: 767px) 
{
	.btn-primary.btn-ndkacf-popup {
		width: 100%;
	}
	#ndkcf_mobile_options_toggler {
		display: block;
		position: absolute;
		right: 0em;
		width: 2em;
		text-align: center;
		cursor: pointer;
	}
	
	#custom-block-popup::after {
		content: "more_vert";
		position: fixed;
		left: 10%;
		top: 50%;
		width: auto;
		font-family: 'Material Icons';
		background: #fff;
		font-size: 2em;
		padding: 0.5em 0;
		text-align: left;
		box-shadow: 2px 2px 5px #dedede;
		border-radius: 0 5px 5px 0;
		cursor: pointer;
	}
	
	#custom-block-popup.opened::after{
		display: none;
	}
	.menu-tab span {
		font-size: 20px;
	}
	.ndk-imgs-popup {
		width: 90%;
		margin-top: 20px;
		min-height: 80vh;
	}
	
	.ndkacf-options {
		position: absolute;
		z-index: 9999;
		background: #FFF;
		width: 85%;
		padding: 1em;
		box-shadow: 2px 2px 5px #dedede;
		left: -75%;
		overflow-y: scroll;
		overflow-x: hidden;
		padding-right: 2em;
		bottom: 0;
		top: 0;
	}
	
	.ndkacf-options.opened{
		left: 0%;
	}
	
	.toggle-custom-actif #open_custom_icon_popup
	{
		display: none !important;
	}
	
	#ndkacf-modal.gray-background 
	{
		background: #eee;
	}
	
	
	.responsive-show.ndk-custom-popup-block p {
		text-align: center;
	}
	
	#ndkacf-modal .modal-dialog {
		margin: 0 !important;
		height: 95vh;
	}
	
	.sticky-responsive.header-pc{
		position: fixed;
		bottom: 0;
		background: #EEE;
		width: 100%;
		padding: 10px;
		z-index: 10000;
	}
	
	
	.close-popup .btn-primary.btn {
		font-size: 20px !important;
	}
	
	
}

.fadeInUp {
	-webkit-animation-name: none;
	animation-name: none;
}</pre></body></html>