.mkl-pc-choice-qty--container {
  display: none;
  width: auto;
  max-width: 120px;
  border: 1px solid #CCC;
  background: #FFF;
  justify-content: space-between;
  margin: 13px;
  border-radius: 4px; }
  .mkl-pc-choice-qty--container > * {
    flex-grow: 1; }
  .mkl-pc-choice-qty--container:focus-within {
    border-color: var(--mkl_pc_color-primary, #777); }
  .mkl-pc-choice-qty--container input.mkl-pc-choice-qty,
  .mkl-pc-choice-qty--container input.mkl-pc-choice-qty:focus {
    border: none;
    color: #000;
    background: transparent;
    box-shadow: none;
    padding: 0;
    margin: 0;
    width: auto;
    max-width: 2ch;
    text-align: center;
    -moz-appearance: textfield; }
  .mkl-pc-choice-qty--container input.mkl-pc-choice-qty::-webkit-outer-spin-button,
  .mkl-pc-choice-qty--container input.mkl-pc-choice-qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }

.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.active > .mkl-pc-choice-qty--container,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul li.active > .mkl_quantity .mkl-pc-choice-qty--container {
  display: flex; }

.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li .mkl-pc-choice-qty--btn {
  padding: 4px;
  margin: 0;
  display: block;
  border: none;
  text-align: center;
  font-size: 15px;
  font-family: sans-serif;
  color: #000;
  line-height: 1;
  cursor: pointer;
  user-select: none; }

.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li .mkl-pc-choice-qty--btn svg {
  vertical-align: middle;
  width: 15px; }
  .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li .mkl-pc-choice-qty--btn svg use {
    fill: #000; }

.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li .mkl-pc-choice-qty--btn:hover svg use,
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices > ul > li .mkl-pc-choice-qty--btn:focus svg use {
  fill: var(--mkl_pc_color-primary); }

/*# sourceMappingURL=../../maps/assets/css/configurator-common.css.map */


.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layer_choices li.choices-list li i.mkl-pc-thumbnail.color-thumbnail{
	clip-path: circle(40%);
}

.hardlight{
	mix-blend-mode: hard-light;
	opacity: 0.84;
}

.softlight{
	mix-blend-mode: soft-light;
	opacity: 0.84;
}

.description{
	display: none!important;
}

li.active .description{
	display: block!important;
}

.description a{
	color: black;
}

.description a:hover{
	color: #1edad6;
	font-weight: bold;
}

.description{
	text-align: right;
}

@media (max-width: 900px) {
  .mkl_pc_layers *:not(.custom-html){
	  scale: 1.4;
	  transform: translateX(-33%) translateY(-40%)!important;
  }
  
  [data-elementor-id="14468"] .mkl_pc_layers *:not(.custom-html){
	  scale: 1.20;
      transform: translateX(-42%) translateY(-40%) !important;
  }
}

@font-face {
}


#specification2 *{
	text-align: left;
	/*white-space: nowrap;*/
}

#specification2 p{
	margin-bottom: 2px;
	display: flex;
	justify-content: start;
	width: fit-content;
	max-width: 100%;
}

#specificationContainer{
	display: block;
	float: right;
	padding: 20px;
	max-width: 100%;
}

#specification2 .layername{
	min-width: 13ch;
	text-transform: uppercase;
	color: var(--mkl_pc_color-light-gray);
}

#specification2 .layername.longer{
	min-width: 24ch;
}

#specification2 h3{
	text-align: center;
}

#copySpecs{
	float: right;
	display: block;
	font-size: 13px;
	margin-top: 15px;
	padding: 10px;
}

.kupteraz{
	margin-top: 20px;
	display: block;
	background-color: black;
	border-radius: 2px!important;
	right: 0px;
	font-weight: bold;
	margin-left: auto; 
	margin-right: 0;
	max-width: 170px;
	padding-left: 15px!important;
	padding-right: 15px!important;
	font-size: 16px!important;
	color: white;
	transition: all 0.3s;
	
}

.kupteraz:hover{ 
	background-color: #BC202E;
	color: white;
	transition: all 0.1s;
}

#percentContainer{
	text-align: left;
	color: green;
}

.layers-list-item:has(.choice.active){
	border: 1px solid #00b800!important;
}


@media (min-width: 660px) {
	.mkl_pc_footer{
		left: initial!important;
		right: 0!important;
		justify-content: right!important;
		bottom: 60px!important;
	}
}


@media (max-width: 660px) { /*always show save to pdf text */
    a.save-your-design--pdf span {
        display: block!important;
    }
	
	a.save-your-design--pdf{
		display: flex!important;
		width: 150px!important;
	}
}