/* Product Page */


.fpd-product-designer-wrapper {
	max-width: 100%;
}

.fpd-container {
	clear: both !important;
}

.fpd-fullwidth-summary .summary {
	width: 100% !important;
	float: none !important;
}

.fpd-container .fpd-login-info {
	padding: 20px;
	font-size: 14px;
}

.fpd-product-images-hidden .images {
	display: none !important;
}

.fpd-get-quote-enabled .summary .price {
	display: none !important;
}


/* Start Customizing Button */
.fpd-blue-btn {
	background: #3F51B5;
	color: #fff;
	padding: 10px 10px;
}

#fpd-start-customizing-button {
	pointer-events: visible;
	cursor: pointer;
	opacity: 1;
}

#fpd-start-customizing-button.fpd-inline {
	display: inline-block;
	margin-left: 10px;
}

#fpd-start-customizing-button.fpd-block {
	display: block;
	margin: 10px 0;
}

#fpd-start-customizing-button.fpd-disabled {
	display: inline-block;
	min-width: 100px;
	height: 35px;
	padding: 10px;
	opacity: 0.9;
}

.fpd-disabled {
	pointer-events: none;
	cursor: default;
	opacity: 0.6;
}

.fpd-modal-price {
	margin-top: 20px;
	font-size: 18px;
}

.fpd-modal-price:after {
	clear: both;
}

.single-product.fpd-customization-required .cart [type="submit"],
.fpd-customization-required [name="fpd_shortcode_form"] [type="submit"] {
	display: none !important;
}

.product-type-variable.fpd-variation-needed #fpd-start-customizing-button {
	display: none;
}


/* Design Sharing */

.fpd-share-design > * {
	float: left;
	margin: 10px 10px 0 0;
}

#fpd-share-button > i {
	margin: 0 5px;
}

.fpd-share-process, .fpd-share-url {
	font-size: 12px;
	font-style: italic;

}

.fpd-share-url {
	vertical-align: text-top;
	line-height: 16px;
}

.fpd-share-widget .jssocials-share-link {
	width: 40px;
	display: block;
}

.fpd-share-design .jssocials-shares, .fpd-share-design .jssocials-share {
	margin-top: 0;
	margin-bottom: 0;
}



/* Shortcode */

form[name="fpd_shortcode_form"] {
	z-index: 0 !important;
}

form[name="fpd_shortcode_form"] > input {
	display: block;
}

.fpd-shortcode-form-text-input {
	width: 100%;
}

.fpd-shortcode-form-text-input.fpd-error {
	background: #ffeeee !important;
}

.fpd-shortcode-price-wrapper {
	font-size: 1.6em;
	opacity: 0;
	-webkit-transition: opacity 300ms ease-out;
	transition: opacity 300ms ease-out;
}

.fpd-shortcode-price-wrapper.fpd-show-up {
	opacity: 1;
}

/* Saved Products */

.fpd-saved-products-grid {
	margin: 20px 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between
	align-content: flex-start;
}

.fpd-saved-products-grid > div {
	border: 1px solid rgba(0,0,0, 0.1);
	background-color: #fbfbfb;
	flex: 0 1 auto;
	width: 24%;
	height: auto;
	margin: 0 1% 20px 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

.fpd-saved-products-grid > div > a {
	display: block;
	width: 100%;
	height: 170px;
}

.fpd-saved-products-grid > div > span {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	background: rgba(255,255,255, 0.8);
}

.fpd-saved-products-grid > div .fpd-sc-remove-saved-product {
	display: none;
	position: absolute;
	right: 10px;
	top: 0;
	left: auto !important;
	bottom: auto !important;
	font-size: 24px;
	padding: 5px;
	color: rgba(0,0,0, 0.8);
	width: auto !important;
	cursor: pointer;
	opacity: 0.5;
}

.fpd-saved-products-grid > div:hover .fpd-sc-remove-saved-product {
	display: block;
}

.fpd-saved-products-grid > div .fpd-sc-remove-saved-product:hover {
	opacity: 1;
}


/* Theme Check */

.fpd-theme-check-wrapper {
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.85);
	z-index: 10000;
}

.fpd-theme-check-wrapper > .fpd-theme-check-content {
	position: absolute;
	top: 200px;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	min-height: 300px;
	background: #fff;
	padding: 20px;
}

.fpd-theme-check-content h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 0;
}

.fpd-theme-check-content h4 span {
	float: right;
	cursor: pointer;
}

.fpd-theme-check-content p {
	font-size: 12px;
	margin-bottom: 15px;
	padding: 10px;
	clear: both;
}

.fpd-theme-check-content p a {
	color: inherit;
	text-decoration: underline;
}

.fpd-theme-check-content p.fpd-success {
	background-color: #DFF0D8;
	color:#3c763d;
}

.fpd-theme-check-content p.fpd-warning {
	background-color: #FCF8E3;
	color:#8a6d3b;
}

.fpd-theme-check-content p.fpd-error {
	background-color: #F2DEDE;
	color: #a94442;
}

/* Shortcode: Actions */

.fpd-sc-action {
	background: #f0f0f0;
	color: rgba(0,0,0, 0.8);
	font-size: 14px;
	border-radius: 2px;
	cursor: pointer;
	padding: 4px 8px;
	display: inline-block;
	margin: 0 5px 8px 0;
}

.fpd-sc-action:hover {
	opacity: 0.8;
}

.fpd-sc-action > .fpd-label {
	margin-left: 5px;
}

.fpd-sc-action.fpd-layout--text > [class^="fpd-icon-"] {
	display: none;
}
.fdp-area-crop {
	display: block;
}
.fdp-lines {display: flex;margin-left: 300px;list-style-type: none;margin-top: 22px;padding: 0;margin: 0;}
.fdp-lines.y{ margin-left: 321px !important;}
.fdp-line {
	width: 100%;
	height: 1px;
	background: #eee;
	position: absolute;
	z-index: 1;
	opacity: 0.5;
}
.fdp-line-y {
	width: 1px;
	height: 100%;
	background: #eee;
	position: absolute;
	z-index: 1;
	opacity: 0.5;
	margin-top: 0px !important;
}
.fdp-line:nth-child(1) {margin-top: 0px;background: #00FFFF; opacity: 1;}
.fdp-line:nth-child(2) {margin-top: 39px;background: #00FFFF; opacity: 1;}
.fdp-line:nth-child(3) {margin-top: 79px;background: #00FFFF; opacity: 1;}
.fdp-line:nth-child(4) {margin-top: 119px;}
.fdp-line:nth-child(5) {margin-top: 159px;}
.fdp-line:nth-child(6) {margin-top: 199px;}
.fdp-line:nth-child(7) {margin-top: 239px;}
.fdp-line:nth-child(8) {margin-top: 279px;}
.fdp-line:nth-child(9) {margin-top: 319px;}
.fdp-line:nth-child(10) {margin-top: 359px;}
.fdp-line:nth-child(11) {margin-top: 399px;}
.fdp-line:nth-child(12) {margin-top: 439px;}
.fdp-line:nth-child(13) {margin-top: 479px;}
.fdp-line:nth-child(14) {margin-top: 519px;}
.fdp-line:nth-child(15) {margin-top: 559px;}
.fdp-line:nth-child(16) {margin-top: 599px;}
.fdp-line:nth-child(17) {margin-top: 639px;}
.fdp-line:nth-child(18) {margin-top: 679px;}
.fdp-line:nth-child(19) {margin-top: 719px;}
.fdp-line:nth-child(20) {margin-top: 759px;background: #00FFFF; opacity: 1;}
.fdp-line:nth-child(21) {margin-top: 799px;background: #00FFFF; opacity: 1;}
.fdp-line:nth-child(22) {margin-top: 839px;background: #00FFFF; opacity: 1;}
.fdp-line:nth-child(23) {margin-top: 879px;background: #00FFFF; opacity: 1;}
.fdp-line:nth-child(24) {margin-top: 919px;}
.fdp-line:nth-child(25) {margin-top: 959px;display: none;}
.fdp-line:nth-child(26) {margin-top: 999px;display: none;}
.fdp-line:nth-child(27) {margin-top: 1039px;display: none;}
.fdp-line:nth-child(28) {margin-top: 1079px;display: none;}
.fdp-line:nth-child(29) {margin-top: 1119px;display: none;}
.fdp-line:nth-child(30) {margin-top: 1159px;display: none;}

.fdp-line-y:nth-child(1) {margin-left: 0px;margin-top: 200px;}
.fdp-line-y:nth-child(2) {margin-left: 39px;margin-top: 200px;}
.fdp-line-y:nth-child(3) {margin-left: 79px;margin-top: 200px;background: #00FFFF; opacity: 1;}
.fdp-line-y:nth-child(4) {margin-left: 119px;margin-top: 200px;background: #00FFFF; opacity: 1;}
.fdp-line-y:nth-child(5) {margin-left: 159px;margin-top: 200px;}
.fdp-line-y:nth-child(6) {margin-left: 199px;margin-top: 200px;}
.fdp-line-y:nth-child(7) {margin-left: 239px;margin-top: 200px;}
.fdp-line-y:nth-child(8) {margin-left: 279px;margin-top: 200px;}
.fdp-line-y:nth-child(9) {margin-left: 319px;margin-top: 200px;}
.fdp-line-y:nth-child(10) {margin-left: 359px;margin-top: 200px;}
.fdp-line-y:nth-child(11) {margin-left: 399px;margin-top: 200px;}
.fdp-line-y:nth-child(12) {margin-left: 439px;margin-top: 200px;}
.fdp-line-y:nth-child(13) {margin-left: 479px;margin-top: 200px;}
.fdp-line-y:nth-child(14) {margin-left: 519px;margin-top: 200px;}
.fdp-line-y:nth-child(15) {margin-left: 559px;margin-top: 200px;}
.fdp-line-y:nth-child(16) {margin-left: 599px;margin-top: 200px;}
.fdp-line-y:nth-child(17) {margin-left: 639px;margin-top: 200px;}
.fdp-line-y:nth-child(18) {margin-left: 679px;margin-top: 200px;}
.fdp-line-y:nth-child(19) {margin-left: 719px;margin-top: 200px;}
.fdp-line-y:nth-child(20) {margin-left: 759px;margin-top: 200px;}
.fdp-line-y:nth-child(21) {margin-left: 799px;margin-top: 200px;}
.fdp-line-y:nth-child(22) {margin-left: 839px;margin-top: 200px;background: #00FFFF; opacity: 1;}
.fdp-line-y:nth-child(23) {margin-left: 879px;margin-top: 200px;background: #00FFFF; opacity: 1;}
.fdp-line-y:nth-child(24) {margin-left: 919px;margin-top: 200px;}
.fdp-line-y:nth-child(25) {margin-left: 959px;margin-top: 200px;display: none;}
.fdp-line-y:nth-child(26) {margin-left: 999px;margin-top: 200px;display: none;}
.fdp-line-y:nth-child(27) {margin-left: 1039px;margin-top: 200px;display: none;}
.fdp-line-y:nth-child(28) {margin-left: 1079px;margin-top: 200px;display: none;}
.fdp-line-y:nth-child(29) {margin-left: 1119px;margin-top: 200px;display: none;}
.fdp-line-y:nth-child(30) {margin-left: 1159px;margin-top: 200px;display: none;}

/* Znachek 38mm */
#product-101 .fdp-line:nth-child(20) {margin-top: 759px;background: #eee;opacity: 0.5;}
#product-101 .fdp-line:nth-child(21) {margin-top: 779px;background: #eee;opacity: 0.5;}
#product-101 .fdp-line:nth-child(22) {margin-top: 839px;background: #eee;opacity: 0.5;}
#product-101 .fdp-line:nth-child(23) {margin-top: 879px;background: #eee;opacity: 0.5;}

#product-101 .fdp-line:nth-child(15) {margin-top: 559px;background: #00FFFF; opacity: 1;}
#product-101 .fdp-line:nth-child(16) {margin-top: 599px;background: #00FFFF; opacity: 1;}
#product-101 .fdp-line:nth-child(17) {margin-top: 639px;background: #00FFFF; opacity: 1;}

#product-101 .fdp-line-y:nth-child(1) {margin-left: 0px;margin-top: 200px;background: #eee;opacity: 0.5;}
#product-101 .fdp-line-y:nth-child(2) {margin-left: 39px;margin-top: 200px;background: #eee;opacity: 0.5;}
#product-101 .fdp-line-y:nth-child(3) {margin-left: 79px;margin-top: 200px;background: #eee;opacity: 0.5;}
#product-101 .fdp-line-y:nth-child(4) {margin-left: 119px;margin-top: 200px;background: #eee;opacity: 0.5;}

#product-101 .fdp-line-y:nth-child(5) {margin-left: 159px;margin-top: 200px;background: #00FFFF; opacity: 1;}
#product-101 .fdp-line-y:nth-child(6) {margin-left: 199px;margin-top: 200px;background: #00FFFF; opacity: 1;}
#product-101 .fdp-line-y:nth-child(7) {margin-left: 239px;margin-top: 200px;background: #00FFFF; opacity: 1;}

#product-101 .fdp-line-y:nth-child(18) {margin-left: 679px;margin-top: 200px;background: #00FFFF; opacity: 1;}
#product-101 .fdp-line-y:nth-child(19) {margin-left: 719px;margin-top: 200px;background: #00FFFF; opacity: 1;}
#product-101 .fdp-line-y:nth-child(20) {margin-left: 759px;margin-top: 200px;background: #00FFFF; opacity: 1;}

#product-101 .fdp-line-y:nth-child(21) {margin-left: 799px;margin-top: 200px;background: #eee;opacity: 0.5;}
#product-101 .fdp-line-y:nth-child(22) {margin-left: 839px;margin-top: 200px;background: #eee;opacity: 0.5;}
#product-101 .fdp-line-y:nth-child(23) {margin-left: 879px;margin-top: 200px;background: #eee;opacity: 0.5;}

/* Znachek 56mm */
#product-16 .fdp-line-y:nth-child(2) {margin-left: 39px;margin-top: 200px;background: #00FFFF; opacity: 1;}
#product-16 .fdp-line-y:nth-child(21) {margin-left: 799px;margin-top: 200px;background: #00FFFF; opacity: 1;}

/* Znachek 75mm */
#product-1680 .fdp-lines.y {margin-left: 250px !important;}
#product-1680 .fdp-line-y:nth-child(1) {margin-left: 0px;margin-top: 200px;background: #00FFFF; opacity: 1;}
#product-1680 .fdp-line-y:nth-child(2) {margin-left: 39px;margin-top: 200px;background: #00FFFF; opacity: 1;}
#product-1680 .fdp-line-y:nth-child(4) {margin-left: 119px;margin-top: 200px;background: #eee;opacity: 0.5;}
#product-1680 .fdp-line-y:nth-child(22) {margin-left: 839px;margin-top: 200px;background: #eee;opacity: 0.5;}
#product-1680 .fdp-line-y:nth-child(23) {margin-left: 879px;margin-top: 200px;background: #eee;opacity: 0.5;}
#product-1680 .fdp-line-y:nth-child(25) {margin-left: 959px;margin-top: 200px;background: #00FFFF; opacity: 1;}
#product-1680 .fdp-line-y:nth-child(26) {margin-left: 999px;margin-top: 200px;background: #00FFFF; opacity: 1;}
#product-1680 .fdp-line-y:nth-child(27) {margin-left: 1039px;margin-top: 200px;background: #00FFFF; opacity: 1;}

#product-1680 .fdp-line:nth-child(20) {margin-top: 759px;background: #eee;opacity: 0.5;}
#product-1680 .fdp-line:nth-child(21) {margin-top: 799px;background: #eee;opacity: 0.5;}
#product-1680 .fdp-line:nth-child(22) {margin-top: 839px;background: #eee;opacity: 0.5;}
#product-1680 .fdp-line:nth-child(23) {margin-top: 879px;background: #eee;opacity: 0.5;}
#product-1680 .fdp-line:nth-child(25) {margin-top: 959px;background: #00FFFF; opacity: 1;}
#product-1680 .fdp-line:nth-child(26) {margin-top: 999px;background: #00FFFF; opacity: 1;}
#product-1680 .fdp-line:nth-child(27) {margin-top: 1039px;background: #00FFFF; opacity: 1;}

#product-1680 .fdp-line:nth-child(25), #product-1680 .fdp-line:nth-child(26), #product-1680 .fdp-line:nth-child(27), #product-1680 .fdp-line:nth-child(28), #product-1680 .fdp-line:nth-child(29), #product-1680 .fdp-line:nth-child(30) {display: block;}
#product-1680 .fdp-line-y:nth-child(25), #product-1680 .fdp-line-y:nth-child(26), #product-1680 .fdp-line-y:nth-child(27), #product-1680 .fdp-line-y:nth-child(28), #product-1680 .fdp-line-y:nth-child(29), #product-1680 .fdp-line-y:nth-child(30) {display: block;}

/* Znachek Serdechko */
#product-1690 .fdp-line-y:nth-child(2) {margin-left: 39px;margin-top: 200px;background: #00FFFF; opacity: 1;}
#product-1690 .fdp-line-y:nth-child(4) {margin-left: 119px;margin-top: 200px;background: #eee;opacity: 0.5;}

#product-1690 .fdp-line:nth-child(21) {margin-top: 799px;background: #eee;opacity: 0.5;}
#product-1690 .fdp-line:nth-child(22) {margin-top: 839px;background: #eee;opacity: 0.5;}
#product-1690 .fdp-line:nth-child(23) {margin-top: 879px;background: #eee;opacity: 0.5;}
#product-1690 .fdp-line:nth-child(19) {margin-top: 719px;background: #00FFFF; opacity: 1;}

.fdp-crop {
	display: none;
}
.fdp-crop-heart {
	display: none;
}
.fdp-crop svg {
  position: absolute;
  z-index: 1;
  left: 380px;
  top: 0px;
	opacity: 0.7;
}
.fdp-crop-heart svg {
	width: 834px;
	height: 756px;
  position: absolute;
  z-index: 1;
  left: 358px;
  top: 0px;
	opacity: 0.7;
}
#product-1680 .fdp-crop svg {
	width: 1050px;
  height: 1050px;
  left: 250px;
}
#product-16 .fdp-crop svg {
	width: 839px;
	height: 839px;
	left: 361px;
}
#product-101  .fdp-crop svg {
	width: 639px;
	height: 639px;
	margin-left: 76px;
}
.fdp-crop-button, .fdp-crop-button-heart {
	background: #fff;
  border: 1px solid #eee;
  display: inline-block;
  padding: 5px;
  height: 35px;
  cursor: pointer;
  text-align: center;
  font-size: 10px;
	box-shadow: 0 1px 1px rgb(90 90 90 / 10%);
  border-radius: 1px;
	position: absolute;
  top: 15px;
  left: 650px;
  z-index: 10;
}
#product-1680 > .fdp-crop-button-heart, #product-16 > .fdp-crop-button-heart, #product-101 > .fdp-crop-button-heart {
	display: none;
}
#product-1690 > .fdp-crop-button { display: none;}
.fpd-container.fpd-sidebar>.fpd-mainbar {
	width: 250px !important;
}
#page .site-header {margin-bottom: 0px !important;padding-top: 10px !important;}
/* Shortcode: Module */

.fpd-sc-module-wrapper {
	border: 1px solid rgba(0,0,0,0.1);
	min-height: 300px;
}

.fpd-sc-module-wrapper .fpd-module .fpd-text-layers-panel .fpd-list {
	padding: 0;
}


/* Tablets (portrait) ----------- */
@media (max-width : 767px) {

	.fpd-saved-products-grid > div {
		width: 48%;
	}

}

/* Smartphones (portrait and landscape) ----------- */
@media (max-width : 568px) {

	.fpd-saved-products-grid > div {
		width: 100%;
	}

}
