/* JMJ-CONFIG-PLEAT - CSS */

body, html {
	height: calc(100% - 50px);
/*	height: 100%;*/
}
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'Fa-regular';

	src:url(../fonts/fa-regular.woff);
}

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'Fa-solid';

	src:url(../fonts/fa-solid.woff);
}

[class^="fa-"] {
	font-family: 'Fa-solid';
	margin-right: 10px;
}
[class^="fa-re"] {
	font-family: 'Fa-regular';
	margin-right: 10px;
}
.fa-handle-hor:before {
	content: "\f58d";
}
.fa-handle-ver:before {
	content: "\f58e";
}
.fa-check:before {
	content: "\f00c";
}
.fa-up:before {
	content: "\f077";
}
.fa-down:before {
	content: "\f078";
}
.fa-re-trash:before {
	content: "\f2ed";
}
.fa-close:before {
	content: "\f00d";
}
.fa-sign-out:before {
	content: "\f2f5";
}
.fa-settings:before {
	content: "\f013";
}
.fa-list:before {
	content: "\f03a";
}
.fa-caret-up:before {
	content: "\f0d8";
}
.fa-loupe:before {
	content: "\f002";
}

:root {
	--max-width: 450px;
}

.config-pleat-info span {
	color: red;
}
.config-pleat h2 {
	text-align: center;
/*	margin-top: 5px;*/
	margin-bottom: 30px;
}
.config-pleat .body {
	position: relative;
	width: 100%;
/*	max-width: 700px;*/
	padding: 5vw;
	border: 1px solid grey;
	background: #fff;
	transition: all .5s;
}
.config-pleat .body .customize,
.config-pleat .body .img {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.config-pleat .handle-hor,
.config-pleat .handle-ver {
	position: relative;
	border: 1px solid grey;
}
.config-pleat .handle-hor {
	top: 33px;
	height: 3px;
	max-width: var(--max-width);
	margin-bottom: 15px;
	transform: rotate(10.6deg);
	z-index: 10;
}
.config-pleat .handle-ver {
	min-width: 3px;
	max-width: 3px;
	left: -15px;
	z-index: 10;
}
.config-pleat .fa-handle-hor {
/*	transform: rotate(-10deg);*/
}
.config-pleat .fa-handle-ver,
.config-pleat .fa-handle-hor {
	font-size: 20px;
	top: -10px;
	position: absolute;
	background: #fff;
	padding: 0 4px 0 4px;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid grey;
	border-radius: 3px;
	cursor: pointer;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
}
.config-pleat .fa-handle-ver {
	margin: 0;
	margin-bottom: 10px;
	top: 10px;
	left: -9px;
	padding: 4px 3px 3px 3px;
}
.config-pleat .copyright {
	margin-top: 30px;
	font-size: 14px;
/*	color: grey;*/
}
.config-pleat .copyright.foot {
	margin-top: 15px;
	padding-bottom: 15px;
}

.config-pleat .body .img {
	position: relative;
/*	overflow: hidden;*/

/*	margin-bottom: 0; DESKTOP*/
	margin-bottom: 20px;
}
.config-pleat .btns-icons {
	position: absolute;
	top: -5px;
	right: 0;
	z-index: 6;
	display: flex;
}
.config-pleat .body .btns-icons img {
	width: 6vw;
	cursor: pointer;
	padding: 2px;
	transition: all .5s;
}
.config-pleat .body .btns-icons .loup {
	width: 40px;
	display: none;
}
.config-pleat .body .btns-icons .set {
/*	border: 1px solid green;*/
	background: #9A9A9A;
	border-radius: 5px;
}
.config-pleat video {
	position: absolute;
	z-index: 0;
/*	top: 77px;*/
/*	height: 80%;*/
	max-width: 449px;
	width: 100%;
/*	padding: 3vw;*/
/*	max-height: 820px;*/
	height: 100%;
}
.config-pleat .bkg {
	position: absolute;
	z-index: 1;
}
.config-pleat .body img {
	width: 100%;
	max-width: var(--max-width);
}
.config-pleat .body .rama {
	position: relative;
	z-index: 2;
/*	min-width: var(--max-width);*/
}
.config-pleat .body .over {
	position: absolute;
/*	z-index: 3;*/
}

.config-pleat .body .profile,
.config-pleat .body .fabric {
/*	top: -100px;*/
	height: 100%;
	transition: all .5s;
}
.config-pleat .body-customize {
/*	width: auto;DESKTOP*/
	width: 100%;
}
/*.config-pleat .body .profil:hover,*/
/*.config-pleat .body .plisa:hover {*/
.config-pleat .btns {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 15px;
	margin-bottom: 15px;

/*	flex-direction: row; DESKTOP*/
	flex-direction: column;

}
.config-pleat .btns div {
/*	width: auto; DESKTOP */
	width: 100%;
	margin-bottom: 10px;
}

.config-pleat .btns .btn {
/*	margin-left: 10px; DESKTOP */
}
.config-pleat .body .profile.min,
.config-pleat .body .fabric.min {
	height: 75%;
	transition: all .5s;
}
.config-pleat .body .handle {
	z-index: 3;
}
.config-pleat .body .profile {
	z-index: 4;
}
.config-pleat .body .fabric {
	z-index: 5;
}
/*}*/

/*.coll {
	margin-top: 20px;
}*/

.loupe {
	top: 0;
	left: 0;
    position: absolute;
    border: 1px solid #000;
    border-radius: 25%;
    width: 250px;
    height: 250px;
    overflow: hidden;
    pointer-events: none; /* Zapobiega interakcji z myszą */
/*    display: none;*/
    z-index: 10;
    background: #fff;
}

.config-pleat .body .loupe img {
	position: absolute;
/*	width: 4000px;*/
	height: auto;
	transition: none;
	max-width: none;
}
.config-pleat .lists {
/*	width: calc(100% - 450px);*/
	width: 100%;
/*	max-width: ;*/
}
.config-pleat .list-filter {
	display: flex;
	flex-direction: column;
	padding: 10px;
	border: 1px solid #C3C3C3;
	margin-bottom: 10px;
	border-radius: 5px;
	transition: all .8s;
/*	height: 421px;*/
}
.config-pleat .list-filter h2 {
	margin: 0;
}
.config-pleat .list-filter div div {
	margin-bottom: 10px;
}
.config-pleat .list-filter .filter-body {
	display: flex;
/*	justify-content: center;*/

/*	flex-direction: row; DESKTOP */
	flex-direction: column;
}
.config-pleat .list-filter .filter-body div {

/*	width: 125px; DESKTOP*/
	width: 100%;

	margin-right: 10px;
}
.config-pleat .list-filter > div {
/*	width: 150px;*/
/*	margin-right: 10px;*/
}
.config-pleat .list-filter select,
.config-pleat .list-filter h4 {
	font-size: 14px;
	font-weight: normal;
}
.config-pleat .list-filter select {
	background: #fff;
	height: 32px;
	border-radius: 5px;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}
config-pleat .list-filter select:focus option {
	background-color: var(--color);
}
.config-pleat div.to-checked,
.config-pleat div.list-body {
/*	width: calc(100% - 100px);*/
	width: 100%;
	max-width: 560px;
	margin-right: 0;
	margin: auto;
}
.config-pleat .list-body img {
	width: 125px;
	max-width: none;
}
.config-pleat .list-body img {
	width: 125px;
	max-width: none;
}
.config-pleat .list-body .type {
	display: none!important;
}
.config-pleat .pleat-checked {
	text-align: center;
	border-radius: 5px;
	border: 1px solid #C3C3C3;
	padding: 15px 10px 15px 10px;
	margin-bottom: 15px;
}
.config-pleat .pleat-checked .body-checked .click {
	display: none;
}
.config-pleat .pleat-checked span {
	font-size: 14px;
}
.config-pleat .pleat-checked h3 {
	margin: 0;
}
/*.config-pleat .pleat-checked .select {
	display: none!important;
}*/
.config-pleat .pleat-checked .body-checked {
	display: flex;
	user-select: none;

	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
}
.config-pleat .pleat-checked .body-checked div div {
	margin-top: 10px;
}
.config-pleat .pleat-checked .dimensions {
	display: flex;
	justify-content: space-evenly;
	flex-direction: row;
	flex-wrap: wrap;
}
.config-pleat .pleat-checked .dimensions div {
	display: flex;
	flex-direction: column;
/*	padding: 15px 50px 15px 50px;*/
	padding: 15px;
}

.config-pleat .pleat-checked .dimensions span {
	font-size: 25px;
	color: grey;
	cursor: pointer;
}
.config-pleat .pleat-checked label {
	text-align: center;
}
.config-pleat .pleat-checked .dimensions input {
	height: 35px;
	width: 120px;
	border-radius: 5px;
	padding-left: 7px;
}
/*.config-pleat .fabrics-checked,
.config-pleat .profiles-checked,
.config-pleat .handles-checked,*/
.config-pleat .img .loading,
.config-pleat .list-body .loading {
	width: 100%;
}
.config-pleat .enlarge .loading img,
.config-pleat .fabrics-checked .loading img,
.config-pleat .profiles-checked .loading img,
.config-pleat .handles-checked .loading img,
.config-pleat .list-body .loading img {
	width: 50px;
}
.config-pleat .img .loading {
	position: absolute;
	top: 45%;
	z-index: 3;
	text-align: center;
}
.config-pleat .img .loading img {
	width: 12%;
}
.config-pleat .list-body > div {
	display: flex;
	flex-wrap: wrap;
/*	justify-content: center;*/
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 300px;
}

.config-pleat .pleat-checked .body-checked div > div,
.config-pleat .list-body div > div {
	position: relative;
	margin-bottom: 10px;
	margin-right: 10px;
	display: flex;
	align-items: center;
    justify-content: center;
    cursor: pointer;
}
.config-pleat .pleat-checked .body-checked div > div {
	flex-direction: column;
	margin-bottom: 0;
}
.config-pleat .border-checked {
	border: 1px solid #000;
	border-radius: 5px;
	padding: 5px;
	transition: all .7s;
}
.config-pleat .list-body .border-checked {
	border: 2px solid #000;
}
.config-pleat .pleat-checked .body-checked div .name {
	margin-right: 0;
}
.config-pleat .pleat-checked div div .type,
.config-pleat .list-body div div > div {
	margin: 0;
	text-align: center;
}
.config-pleat .pleat-checked div div:hover .type,
.config-pleat .list-body div div:hover > div {
	display: block;
}
.config-pleat .pleat-checked div div .type,
/*.config-pleat .list-body .select,*/
.config-pleat .list-body div div > div {
	position: absolute;
/*	background: #ffffffc7;*/
	padding: 5px;
	display: none;
	cursor: pointer;
/*	border: solid 1px #fff;*/
	font-weight: bold;
	text-shadow: #000 0px 0px 1px,
				 #000 0px 0px 1px,
				 #000 0px 0px 1px,
				 #000 0px 0px 1px,
				 #000 0px 0px 1px,
				 #000 0px 0px 1px;
    -webkit-font-smoothing: antialiased;
	color: #fff;
}
.config-pleat .list-body div div .click {
	display: block;
	bottom: 0;
	right: 0;
	padding: 10px;
}
.config-pleat .list-body div div .click span {
	margin: 0;
	font-size: 18px;
	pointer-events: none;
}
.config-pleat .pleat-checked div div .type {
	top: 30%;
/*	font-size: 13px;*/
}
/*.config-pleat .list-body .select {*/
/*	width: 30px;*/
/*	height: 30px;*/
/*	border: 1px solid #fff;*/
/*	right: 0;*/
/*	bottom: 0;*/
/*	background-color: transparent;*/
/*	display: block;*/
/*	margin-bottom: 10px;*/
/*	margin-right: 10px;*/
/*}*/
/*.config-pleat .list-body .handles .select,
.config-pleat .list-body .profiles .select {
	border: 1px solid #000;
}
.config-pleat .list-body .select span {
	color: #fff;
	font-size: 22px;
}
.config-pleat .list-body .handles .select span,
.config-pleat .list-body .profiles .select span {
	color: #000;
}*/
.config-pleat .fabrics-checked img,
.config-pleat .profiles-checked img,
.config-pleat .handles-checked img {
	width: 125px;
	transition: all .7s;
}
.config-pleat .list-body .empty {
	tdisplay: flex;
    justify-content: center;
    color: grey;
    font-size: 14px;
}
/*.config-pleat .list-body .name,
.config-pleat .list-body .click {
	cursor: zoom-in;
}*/
.config-pleat .enlarge {
	position: relative;
	/*display: flex;
	height: calc(100% - 50px);
	align-items: center;
    justify-content: center;*/
}
html.max,
body.max, 
.config-pleat .enlarge.max {
/*	height: calc(100% - 4px);*/
/*	height: calc(100vh - 20px);*/
	height: calc(100dvh - 10px);
}
.config-pleat .enlarge .loading {
	position: absolute;
	left: calc(50% - 25px);
    top: calc(50% - 25px);
}
.config-pleat .enlarge-body {
	top: 0;
	left: 0;
/*	position: absolute;*/
	position: relative;
	height: 100%;
/*	width: 100%;*/
/*	height: calc(100% - 50px);*/
/*	background: white;*/
	z-index: 100;
	overflow: hidden;
	/*display: flex;
    align-items: center;
    justify-content: center;*/
    border: 1px solid #000;
}
.config-pleat .enlarge img {
	transform-origin: 0 0;
/*	position: absolute;*/
	cursor: zoom-in;

/*	touch-action: none;*/
	will-change: transform;
/*	transition: transform 0ms linear;*/

	/*top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    width: auto;
    height: 100%;

    object-fit: cover;

/*	max-width: none;*/
/*	transition: transform .2s ease;*/
/*	border: 1px solid #000;*/
	user-select: none;
}
.config-pleat .enlarge .landscape {
	width: 100%;
    height: auto;
}
.config-pleat .enlarge .loading img {
	height: auto;
}
.config-pleat .enlarge .close {
	top: 0;
	left: 0;
	z-index: 250;
	position: absolute;
	padding: 15px 20px;
/*	right: 0;*/
/*	margin-right: 0;*/
	text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
	color: #fff;
	opacity: 1;
}
.config-pleat .description {
/*	width: 100%;*/
/*	max-width: 640px;*/
	position: absolute;
/*	top: 0;*/
	right: 8vw;
	bottom: 50px; /*100*/
/*	padding: 50px;*/
	z-index: 200;
	user-select: none;
	margin-left: 15px;
}
.config-pleat .d2 {
	bottom: 100px;
}
.config-pleat .description .description-body {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	text-align: center;
	background: rgba(0, 0, 0, .40);
	border-radius: 5px;
/*	padding: 15px;*/
	border: 1px solid #EFEFEF;
	color: #fff;
	text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
}
.config-pleat .description .description-body.mobile {
	width: 50px;
	height: 50px;
}
.config-pleat .description section {
	position: relative;
	padding: 15px;
}
.config-pleat .description .close {
	padding: 0;
	top: 10px;
	right: 0;
	left: initial;
}
.config-pleat .description .description-body .inf {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: bold;
    cursor: pointer;
    font-family: monospace;
}

/*.config-pleat .d2 .description-body {
	text-shadow: none;
	color: #000;
	background: rgba(255, 255, 255, .4);
	flex-direction: row;
	border: 1px solid grey;
}*/
.config-pleat .description .description-body section > div {
	padding: 0 15px 0 15px;
	display: flex;

/*	flex-direction: row; DESKTOP*/
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 10px;
}
/*.config-pleat .d2 .description-body > div {
	padding: 0 15px 0 15px;
	display: block;
}*/
.config-pleat .description .description-body section > div .n {
	width: 150px;
	text-align: left;
}
/*.config-pleat .description .description-body .name {
	padding: 0 5px 10px 0;
}*/
/*.config-pleat .d2 .description-body > div .n {
	width: auto;
	text-align: center;
}*/

.config-pleat .product-price-action {
	display: flex;
	align-items: center;
/*	justify-content: space-between;*/
/*	max-width: 400px;*/
}
.config-pleat .product-price-action .price {
	margin-right: 10px;
	font-size: 20px;
	font-weight: 700;

}
.config-pleat .product-price-action .qty,
.config-pleat .product-price-action .add {
	margin-bottom: 0;
}
.config-pleat .description .desc {
	font-weight: bold;
}
.product-line-specification {
	display: flex;
}
.product-line-grid .product-line-specification {
	float: left;
	padding-top: 15px;
	padding-left: 15px;
}
.order-confirmation-table .product-line-specification {
	margin-top: 10px;
}
.modal-body .product-line-specification {
/*	justify-content: center;*/
	margin-top: 15px;
	margin-bottom: 12px;
}
.product-line-specification .label,
.product-line-specification .value {
	font-size: 12px;
	text-align: center;
}
.product-line-specification .value {
	margin-top: 5px;
	line-height: 12px;
}
.product-line-specification .label {
/*	font-weight: 700;*/
}
.product-line-specification .dim {
	margin-top: 18px;
	font-size: 16px;
}
.product-line-specification div {
	display: flex;
	flex-direction: column;
	align-items: center;
/*	width: 90px;*/
	margin-right: 10px;
}
.product-line-specification img {
	width: 50px;
}
.cart-item {
	border-top: 1px solid #D9D9D9;
}
.cart-item:first-child {
	border-top: none;
}
#blockcart-modal {
	padding: 0!important;
}
#blockcart-modal .modal-dialog {
    width: calc(100% - 20px);
}
#blockcart-modal .modal-body {
	padding: 15px!important;
}
.category-top-menu {
	margin-bottom: 0;
}
.cn {
	cursor: none;
}
.dn {
	display: none!important;
	opacity: 0;
	height: 0!important;
	margin: 0!important;
	padding: 0!important;
	transition: all .3s;
/*	overflow: hidden;*/
}
.hidden {
	visibility: hidden;
}

canvas {
	display: none;
}
.ped {
	pointer-events: none;
	opacity: .5;
}

.product-line-grid-right.col-xs-12 {
	float: none;
}

@media (min-width: 540px) {
	.config-pleat .description {
		right: 50px;
	}
}

@media (min-width: 605px) {
	.config-pleat .body .btns-icons img {
		width: 37px; 
	}	
	.config-pleat .body .btns-icons .loup {
		display: initial
	}
	.config-pleat .body {
		padding: 30px
	}
}

@media (min-width: 620px) {
	.config-pleat .list-filter .filter-body {
		flex-direction: row;
	}
	.config-pleat .list-filter .filter-body div {
		width: 125px;
	}
	.config-pleat .btns {
		flex-direction: row;
	}
	.config-pleat .btns div {
		width: auto; 
		margin-bottom: 0;
	}
	.config-pleat .btns .btn {
		margin-left: 10px;
	}
	.config-pleat .description .description-body section > div {
		flex-direction: row;
		align-items: flex-start;
		margin-bottom: 0;
	}
}

@media (min-width: 755px) {
	.config-pleat .body-customize {
		width: auto;
	}
	.config-pleat .list-filter .filter-body {
		justify-content: flex-start;
	}
}

@media (min-width: 768px) {
	.product-line-grid-right.col-xs-12 {
		float: left;
	}
	.modal-body .product-line-specification {
		display: flex;
		flex-wrap: wrap;
        justify-content: center;
	}
}

@media (min-width: 1024px) {
	.config-pleat .body {
		padding: 30px 10px;
	}
	.config-pleat .body-customize {
		width: calc(100% - 450px);
		margin-left: 10px;
	}
	.config-pleat .body .customize,
	.config-pleat .body .img {
		flex-direction: row
	}
	.config-pleat .list-filter .filter-body {
		justify-content: center;
	}
	.config-pleat .body .img {
		margin-bottom: 0;
	}
}

@media (min-width: 1060px) {
	.config-pleat .body {
		padding: 30px;
	}
}

@media (min-width: 1194px) {
	.config-pleat .list-filter .filter-body {
		justify-content: flex-start;
	}
}
/*@media (min-width: 1165px) {
	.config-pleat .enlarge img {
		width: 100%;
		height: auto;
	}
}*/