#product-designer {
	margin: auto; }
	@media only screen and (max-width: 575px) {
		#product-designer {
		margin-top: 10px; } }

.fpd-container > .fpd-main-wrapper {
	background: transparent;
	border: 0px solid #7bae23;
	border-top: 0px solid #7bae23;
	min-height: 200px;
}

.fpd-container .fpd-primary-bg-color,
.fpd-actions-wrapper > .fpd-action-btn:hover,
.fpd-actions-wrapper > .fpd-action-btn.fpd-active,
.fpd-thumbnail-preview > .fpd-preview-price {
	background-color: #7bae23;
}

.fpd-navigation {
	background-color: transparent !important;
}

.fpd-navigation div[data-module="images"],
.fpd-navigation div[data-module="text"] {
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	background-color: #fff;
	border: 1px solid #7bae23;
	border-radius: 0;
	width: 160px;
	max-width: 160px;
	margin-right: 15px;
	color: #7bae23; }
	@media only screen and (max-width: 575px) {
		.fpd-navigation div[data-module="images"],
		.fpd-navigation div[data-module="text"] {
		width: 50%;
		max-width: 50%;
		margin: 0 5px; } }

.fpd-navigation > div:hover {
    background-color: #f6f6f6;
	border: 1px solid #dcdcdc;
}

.fpd-navigation > div.fpd-active {
    background-color: #f6f6f6;
	border: 1px solid #dcdcdc;
}

.fpd-container .fpd-primary-text-color, .fpd-navigation > div.fpd-active, .fpd-bottom-nav > div.fpd-active {
    color: #7bae23;
}

.fpd-topbar .fpd-navigation {
    height: 42px;
/*	height: 100%; */
	overflow: hidden;
}

.fpd-topbar .fpd-navigation > div {
	padding: 0;
}

.fpd-topbar .fpd-navigation > div > span {
	font-size: 24px;
    line-height: 40px;
}

.fpd-topbar .fpd-navigation > div > .fpd-label {
    font-size: 14px;
	font-weight: 400;
	text-transform: none;
}

.fpd-topbar .fpd-navigation .fpd-nav-icon:before {
  color: #7bae23;
}

.fpd-draggable-dialog {
	border-radius: 0;
}

.fpd-container textarea {
    font-family: Arial,sans-serif;
    border-color: #c1c1c1 !important;
	background: #fff;
	padding: 8px 10px 0;
	border-radius: 0;
	color: #333;
	font-size: 14px;
	line-height: 1.4;
	min-height: 150px;
}

[data-context="upload"] .fpd-upload-zone {
    border: 2px dashed #7bae23;
    color: #7bae23;
	background: #f6f6f6 none repeat scroll 0 0;
}

.fpd-upload-zone > div > span:last-child {
    opacity: 1;
}

.fpd-upload-zone > div > span {
    font-size: 14px;
	font-weight: 500;
}

.fpd-container .fpd-btn, .fpd-modal-wrapper .fpd-btn {
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	background-color: #7bae23;
    border-color: transparent;
	border-radius: 0;
/*	border-width: 1px; */
	text-transform: none;
}

.fpd-container .fpd-btn:hover,
.fpd-modal-wrapper .fpd-btn:hover {
	color: #fff;
	background-color: #84bb26;
	border-color: transparent;
}

/* .btn-primary {
	background-color: #7bae23;
    border-color: transparent;
	border-radius: 3px;
	border-width:1px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #84bb26;
	border-color: transparent;
} */

.fpd-tool-fill,
.fpd-tool-transform,
.fpd-tool-position,
.fpd-tool-move-up,
.fpd-tool-move-down,
.fpd-tool-reset,
.fpd-tool-font-family,
.fpd-tool-text-size,
.fpd-tool-text-line-height,
.fpd-tool-text-letter-spacing,
.fpd-tool-text-bold,
.fpd-tool-text-italic,
.fpd-tool-text-underline,
.fpd-tool-text-align,
.fpd-tool-text-stroke,
.fpd-tool-text-shadow,
.fpd-tool-text-transform,
.fpd-tool-curved-text,
.fpd-tool-edit-text,
.hide {
	display: none !important; 
}

.container-fill,
.container-transform,
.container-position,
.container-move-up,
.container-move-down,
.container-reset,
.container-font-family,
.container-text-size,
.container-text-line-height,
.container-text-letter-spacing,
.container-text-bold,
.container-text-italic,
.container-text-underline,
.container-text-align,
.container-text-stroke,
.container-text-shadow,
.container-text-transform,
.container-curved-text,
.container-edit-text {
	display: none !important; 
}

.fpd-tool-fill.show-tool,
.fpd-tool-transform.show-tool,
.fpd-tool-position.show-tool,
.fpd-tool-move-up.show-tool,
.fpd-tool-move-down.show-tool,
.fpd-tool-reset.show-tool,
.fpd-tool-font-family.show-tool,
.fpd-tool-text-size.show-tool,
.fpd-tool-text-line-height.show-tool,
.fpd-tool-text-letter-spacing.show-tool,
.fpd-tool-text-bold.show-tool,
.fpd-tool-text-italic.show-tool,
.fpd-tool-text-underline.show-tool,
.fpd-tool-text-align.show-tool,
.fpd-tool-text-stroke.show-tool,
.fpd-tool-text-shadow.show-tool,
.fpd-tool-text-transform.show-tool,
.fpd-tool-curved-text.show-tool,
.fpd-tool-edit-text.show-tool {
	display: inline-block !important; 
}

.fpd-element-toolbar-smart .fpd-hidden {
	display: none !important;
}

.fpd-element-toolbar-smart.inline .fpd-tool-fill.show-tool,
.fpd-element-toolbar-smart.inline .fpd-tool-transform.show-tool,
.fpd-element-toolbar-smart.inline .fpd-tool-position.show-tool,
.fpd-element-toolbar-smart.inline .fpd-tool-move-up.show-tool,
.fpd-element-toolbar-smart.inline .fpd-tool-move-down.show-tool,
.fpd-element-toolbar-smart.inline .fpd-tool-reset.show-tool,
.fpd-element-toolbar-smart.inline .fpd-tool-font-family.show-tool,
.fpd-element-toolbar-smart.inline .fpd-tool-text-size.show-tool,
.fpd-element-toolbar-smart.inline .fpd-tool-text-line-height.show-tool,
.fpd-element-toolbar-smart.inline .fpd-tool-text-letter-spacing.show-tool,
.fpd-element-toolbar-smart.inline .fpd-tool-text-bold.show-tool,
.fpd-element-toolbar-smart.inline .fpd-tool-text-italic.show-tool,
.fpd-element-toolbar-smart.inline .fpd-tool-text-underline.show-tool,
.fpd-element-toolbar-smart.inline .fpd-tool-text-align.show-tool,
.fpd-element-toolbar-smart.inline .fpd-tool-text-stroke.show-tool,
.fpd-element-toolbar-smart.inline .fpd-tool-text-shadow.show-tool,
.fpd-element-toolbar-smart.inline .fpd-tool-text-transform.show-tool,
.fpd-element-toolbar-smart.inline .fpd-tool-curved-text.show-tool,
.fpd-element-toolbar-smart.inline .fpd-tool-edit-text.show-tool {
    display: inline-block !important; 
    vertical-align: top;
}

.container-fill.show-icon-container,
.container-transform.show-icon-container,
.container-position.show-icon-container,
.container-move-up.show-icon-container,
.container-move-down.show-icon-container,
.container-reset.show-icon-container,
.container-font-family.show-icon-container,
.container-text-size.show-icon-container,
.container-text-line-height.show-icon-container,
.container-text-letter-spacing.show-icon-container,
.container-text-bold.show-icon-container,
.container-text-italic.show-icon-container,
.container-text-underline.show-icon-container,
.container-text-align.show-icon-container,
.container-text-stroke.show-icon-container,
.container-text-shadow.show-icon-container,
.container-text-transform.show-icon-container,
.container-curved-text.show-icon-container,
.container-edit-text.show-icon-container {
	display: block !important; 
}

.fpd-element-toolbar-smart.inline .fpd-top-tools,
.fpd-element-toolbar-smart.inline .fpd-scroll-area {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
}

.fpd-sub-panel .fpd-panel-position.fpd-icon-button-group > span {
  padding: 10px;
  height: 40px;
  min-width: 40px;
}

.fpd-sub-panel .fpd-icon-button-group > span:nth-of-type(-n+4) {
	margin-right: 5px;
}

.fpd-sub-panel .fpd-icon-button-group > .fpd-flip-h,
.fpd-sub-panel .fpd-icon-button-group > .fpd-flip-v {
	display: none;
}

.fpd-panel-edit-text > textarea,
.fpd-container textarea {
	border-radius: 0; }
	@media only screen and (max-width: 575px) {
		.fpd-panel-edit-text > textarea {
		height: 180px; } }

.panel-body li {
    margin-bottom: 5px;
    max-width: 100%; }
	@media only screen and (max-width: 575px) {
		.panel-body li {
		float: left;
		width: 50%; } }

.panel-body [class*="fpd-icon-"] {
/*	font-weight: 700; */
	font-size: 18px;
	vertical-align: top;
}

.panel-body .fpd-current-val {
    font-size: 16px;
}

.fpd-views-selection > .fpd-item {
	padding: 10px;
}

.fpd-container.fpd-views-outside ~ .fpd-views-selection > div {
	height: 100px;
}

/* .fpd-container.fpd-views-outside ~ .fpd-views-selection {
    margin-bottom: 20px;
} */

.fpd-views-selection > .fpd-item > picture {
/*	border: 1px solid #e5e5e5; */
}

.product-page .fpd-views-selection > .fpd-item > picture {
    background-position: center;
	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
	filter: url(/css/product_shadow.svg#drop-shadow);
	-webkit-filter: drop-shadow(0px 2px 5px rgba(0,0,0,0.5));
	filter: drop-shadow(0px 2px 5px rgba(0,0,0,0.5));
	-webkit-transform: translateZ(0);
}

.product-page .fpd-views-selection > .fpd-item {
    padding: 8px;
}

.fpd-views-selection > .fpd-shadow-1 {
	box-shadow: none;
	background: #f7f7f7;
	border: 1px solid #c1c1c1;
}

body .sp-container:not(.sp-palette-only ) .sp-picker-container,
.sp-picker-container {
	display: none;
}

.sp-palette {
	max-width: none;
}

.sp-palette .sp-thumb-el {
	width: 32px;
	height: 32px;
}

.fpd-panel-fill .fpd-slider-group {
	display: none;
}

.product-color-filter-container {
    margin-right: -10px;
}

.color-pallet-label > span {
    color: #333;
    font-size: 16px;
    font-weight: 500;
}

.fpd-color-selection.fpd-custom-pos {
	margin: 10px 0 15px;
}

.fpd-color-selection.fpd-custom-pos .fpd-colors > .fpd-item {
	width: 21%;
    width: calc(25% - 10px);
    position: relative;
    height: 0;
    padding-bottom: 21%;
	margin-bottom: 5px;
  	-webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2); }
	@media only screen and (min-width: 576px) and (max-width: 767px) {
		.fpd-color-selection.fpd-custom-pos .fpd-colors > .fpd-item {
			width: 16%;
			width: calc(20% - 10px);
			padding-bottom: 17%; } }
	@media only screen and (max-width: 575px) {
		.fpd-color-selection.fpd-custom-pos .fpd-colors > .fpd-item {
			width: 16%;
			width: calc(20% - 10px);
			padding-bottom: 17%; } }

.fpd-color-selection.fpd-custom-pos .fpd-title,
.fpd-color-selection.fpd-custom-pos .fpd-colors > .fpd-item > .fpd-label,
.fpd-tooltip-theme .tooltipster-content {
	display: none !important;
}

html.locked {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
}

.fpd-add-design {
	display: none;
}

.fpd-loader > .fpd-loader-circle {
	border: 3px solid rgba(0, 0, 0, 0.2);
	border-left: 3px solid #7bae23;
}

.fpd-element-tooltip {
	top: 35px !important;
	width: 100% !important;
	left: 50% !important;
}

/************ SMART *************/
.fpd-element-toolbar-smart {
	color: #333;
/*	border: 1px solid #333; */
	border-radius: 0;
    font-family: Arial,sans-serif;
	line-height: inherit;
	padding-bottom: 2px;
	font-size: 0;
	-webkit-box-shadow: none;
		box-shadow: none;  }
	@media only screen and (min-width: 576px) {
		.fpd-element-toolbar-smart {
			position: relative;
			background: #f1fedb;
			border: 1px solid #7bae23; } }
	@media only screen and (max-width: 575px) {
		.fpd-element-toolbar-smart {
			border-top: 1px solid #333; } }

	@media only screen and (min-width: 576px) {
		.fpd-element-toolbar-smart .fpd-sub-panel {
			margin: -1px 0 0 -1px;
			padding-top: 2px;
			background: #f1fedb;
			border-radius: 0;
			border: 1px solid #7bae23; } }
	@media only screen and (max-width: 575px) {
		.fpd-element-toolbar-smart .fpd-sub-panel {
			border-top: 0px solid #333;
			border-radius: 0; } }

	@media only screen and (min-width: 576px) {
		.fpd-element-toolbar-smart .fpd-sub-panel .fpd-close-panel {
			border: 0;
			top: 33px;
			padding: 5px;
			background: none;
			z-index: 9999; } }
	@media only screen and (max-width: 575px) {
		.fpd-element-toolbar-smart .fpd-sub-panel .fpd-close-panel {
			border: 1px solid #333;
			border-bottom: none;
			border-radius: 0;
			padding: 10px 25px 10px 20px;
			margin-top: -2px;
			border-left: none; } }

[class^="fpd-icon-"],
[class*=" fpd-icon-"] {
	line-height: inherit;
}

.fpd-element-toolbar-smart > div [class^="fpd-tool-"]:hover {
	color: #7bae23;
}

.fpd-element-toolbar-smart .fpd-range-slider__handle:after {
	background: #7bae23;
}

.fpd-element-toolbar-smart input[type="text"],
.fpd-element-toolbar-smart input[type="number"],
.fpd-element-toolbar-smart textarea {
	font-size: 12px;
	line-height: 1.5em;
	border-radius: 0; }
	@media only screen and (min-width: 576px) {
		.fpd-element-toolbar-smart input[type="text"],
		.fpd-element-toolbar-smart input[type="number"],
		.fpd-element-toolbar-smart textarea {
			border: 1px solid #7bae23 !important; } }
	@media only screen and (max-width: 575px) {
		.fpd-element-toolbar-smart input[type="text"],
		.fpd-element-toolbar-smart input[type="number"],
		.fpd-element-toolbar-smart textarea {
			font-size: 16px;
			line-height: 20px;
			border: 1px solid #333 !important; } }

.fpd-element-toolbar-smart > .fpd-panel-edit-text > textarea {
	height: 80px;
	margin-bottom: 10px;
}

.fpd-element-toolbar-smart .fpd-fonts-list {
	font-size: 16px;
}

.fpd-element-toolbar-smart .fpd-panel-font-family input {
	display: none;
}

.fpd-main-wrapper .fpd-element-tooltip {
	text-align: center;
	font-size: 0.8em;
}

.fpd-device-smartphone .fpd-actions-container {
	background: #ffffff;
	border: 0px solid #7bae23;
	border-top: none;
	border-bottom: none;
	text-align: center;
}

.fpd-tool-text-size {
    line-height: 1.2em;
}

.fpd-tool-color,
.fpd-tool-text-size,
.fpd-tool-edit-text,
.fpd-tool-text-align,
.fpd-tool-position,
.fpd-tool-font-family,
.fpd-tool-move-up,
.fpd-tool-move-down {
	margin-bottom: 22px;
}

.fpd-tool-text-size::after,
.fpd-tool-edit-text::after,
.fpd-tool-text-align::after,
.fpd-tool-position::after,
.fpd-tool-color::after,
.fpd-tool-font-family::after,
.fpd-tool-move-up::after,
.fpd-tool-move-down::after {
    display: block;
    font-size: 60%;
    line-height: 1.2em;
	margin-top: 15px;
    width: 100%;
	text-align: center;
}

.fpd-tool-text-size::after {
    content: "Size";
	margin-top: 16px;
}

.fpd-tool-edit-text::after {
    content: "Edit";
}

.fpd-tool-text-align::after {
    content: "Align";
}

.fpd-tool-position::after {
    content: "Position";
}

.fpd-tool-color::after {
    content: "Colour";
}

.fpd-element-toolbar-smart .fpd-top-tools .fpd-tool-text-size,
.fpd-element-toolbar-smart .fpd-top-tools .fpd-tool-font-family {
	padding-top: 11px !important;
}

.fpd-tool-font-family::after {
    content: "Font";
}

.fpd-tool-move-up::after {
    content: "Forward";
}

.fpd-tool-move-down::after {
    content: "Backward";
}

.fpd-tool-color > .fpd-icon-color-fill {
	text-shadow: none;
}

.fpd-snackbar p {
	color: #fff;
}

/* @media only screen and (min-device-width:768px) and (max-device-width:1199px) and (orientation:portrait) { 
	#category-list-1 .panel-body .fpd-element-toolbar-smart,
	#category-list-1 .panel-body .fpd-element-toolbar-smart .fpd-sub-panel {
		width: 233px !important; } }

@media only screen and (min-device-width:768px) and (max-device-width:1199px) and (orientation:landscape) { 
	#category-list-1 .panel-body .fpd-element-toolbar-smart,
	#category-list-1 .panel-body .fpd-element-toolbar-smart .fpd-sub-panel {
		width: 233px !important; } }

@media only screen and (min-width:992px) and (max-width:1199px) {
	#category-list-1 .panel-body .fpd-element-toolbar-smart,
	#category-list-1 .panel-body .fpd-element-toolbar-smart .fpd-sub-panel {
		width: 233px !important; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
	#category-list-1 .panel-body .fpd-element-toolbar-smart,
	#category-list-1 .panel-body .fpd-element-toolbar-smart .fpd-sub-panel {
		width: 230px !important; } } */

.canvas-locked {
    touch-action: none !important; 
    user-select: none !important; 
}

@media only screen and (min-width: 576px) {

	#category-list-1 .panel-body .fpd-element-toolbar-smart {
		left: 0 !important;
		position: relative;
		transform: none;
/*		width: 292px; */
		width: 100%;
		margin-bottom: 12px;
		top: 0 !important;
		visibility: visible;
		opacity: 1; }

	#category-list-1 .panel-body .fpd-element-toolbar-smart .fpd-sub-panel {
/*		min-width: 230px;
		width: 292px; */
		min-width: 0;
		width: 292px; 
		width: calc(100% + 2px); }

	.panel-body .fpd-element-toolbar-smart .fpd-top-tools .fpd-tool-edit-text {
/*		margin-right: 0; */
		display: none !important; }

	.fpd-element-toolbar-smart .fpd-bottom-tools .fpd-tool-text-align {
/*		margin-right: 10px; */ }

	.fpd-tool-font-family > .fpd-icon-arrow-dropdown {
		font-size: 24px; }

	.fpd-element-toolbar-smart .fpd-panel-tabs > span.fpd-active {
		background: #f1fedb; }

	.fpd-element-toolbar-smart .fpd-range-slider__handle {
		background: #f1fedb; }

	.fpd-element-toolbar-smart .fpd-panel-tabs-content,
	.fpd-element-toolbar-smart .fpd-panel-content {
		padding-top: 26px; }

	.fpd-element-toolbar-smart .fpd-panel-position {
		min-height: 196px;
		font-size: 0; }

	.fpd-element-toolbar-smart:after,
	.fpd-element-toolbar-smart:before,
	.fpd-element-toolbar-smart .fpd-sub-panel:after,
	.fpd-element-toolbar-smart .fpd-sub-panel:before {
		bottom: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none; }

	.fpd-element-toolbar-smart:after,
	.fpd-element-toolbar-smart .fpd-sub-panel:after {
		border-color: rgba(241, 254, 219, 0);
		border-bottom-color: #f1fedb;
		border-width: 12px;
		margin-left: -12px; }

	.fpd-element-toolbar-smart:before,
	.fpd-element-toolbar-smart .fpd-sub-panel:before {
		border-color: rgba(123, 174, 35, 0);
		border-bottom-color: #7bae23;
		border-width: 14px;
		margin-left: -14px; }

	#category-list-1 .panel-body .fpd-element-toolbar-smart .second-level {
		margin-bottom: 22px; }

	#category-list-1 .panel-body .fpd-element-toolbar-smart .second-level:empty {
		display: none; }

	#category-list-1 .panel-body .fpd-visibility {
		display: none; }

	#category-list-1 .panel-body .fpd-visibility.fpd-show {
		display: block;
		/* display: -webkit-box;
		display: -ms-flexbox;
		display: flex; */ }

	#category-list-1 .panel-body .fpd-panel-font-family .fpd-fonts-list {
		max-height: 200px; }

	.text-field-container {
		position: relative;
	}

}

@media only screen and (max-width: 575px) {

	.fpd-element-toolbar-smart .fpd-panel-position {
		min-height: 82px;
		font-size: 0; }

	.fpd-panel-font-family .fpd-fonts-list {
		max-height: 129px; }

	.fpd-element-toolbar-smart .fpd-icon-button-group > span {
		margin-right: 10px !important; }

	.fpd-container.fpd-topbar .fpd-main-wrapper > .fpd-product-stage {
		position: absolute;
		top: 5%;
		-webkit-transform: translateY(-5%);
		-ms-transform: translateY(-5%);
		transform: translateY(-5%); }

	.fpd-container.fpd-views-outside ~ .fpd-views-selection > div {
		width: 65px;
		height: 65px; }

	.fpd-topbar .fpd-navigation .fpd-label {
		font-size: 14px !important;
		padding-top: 5px;
		display: inline !important; }

	.fpd-topbar .fpd-navigation > div > span {
		display: inline; }

}

.fpd-element-toolbar-smart .fpd-top-tools [class^="fpd-tool-"],
.fpd-element-toolbar-smart .fpd-bottom-tools [class^="fpd-tool-"],
.fpd-element-toolbar-smart .fpd-icon-button-group > span {
		color: #333;
		border-radius: 0;
		margin-right: 10px;
		padding: 10px 0; }

/* @media only screen and (min-width:992px) and (max-width:1199px) {
	.fpd-element-toolbar-smart .fpd-top-tools [class^="fpd-tool-"],
	.fpd-element-toolbar-smart .fpd-bottom-tools [class^="fpd-tool-"],
	.fpd-element-toolbar-smart .fpd-icon-button-group > span {
		margin-right: 8px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.fpd-element-toolbar-smart .fpd-top-tools [class^="fpd-tool-"],
	.fpd-element-toolbar-smart .fpd-bottom-tools [class^="fpd-tool-"],
	.fpd-element-toolbar-smart .fpd-icon-button-group > span {
		margin-right: 8px; } } */

@media only screen and (min-width: 576px) {
	.fpd-element-toolbar-smart .fpd-top-tools [class^="fpd-tool-"],
	.fpd-element-toolbar-smart .fpd-bottom-tools [class^="fpd-tool-"],
	.fpd-element-toolbar-smart .fpd-icon-button-group > span {
		border: 1px solid #7bae23; } }

@media only screen and (max-width: 575px) {
	.fpd-element-toolbar-smart .fpd-top-tools [class^="fpd-tool-"],
	.fpd-element-toolbar-smart .fpd-bottom-tools [class^="fpd-tool-"],
	.fpd-element-toolbar-smart .fpd-icon-button-group > span {
		border: 1px solid #333; } }



