th {
text-align: left;
width: 40%;
}


/* Hero */
.wide-dark {
background-color: #3B3B3B !important;
}

.wide-dark > .container {
background-color: #3B3B3B !important;
}

.hero {
background-image: url(img/hero1.webp);
background-blend-mode: multiply;
background-color: rgb(180 180 180);
box-sizing: border-box;
background-repeat: no-repeat;
background-size: cover;
background-position: bottom;
height: fit-content;          
padding: 0; 
}


.round {
width: 200px;
height: 200px;
object-fit: cover;
justify-self: center;
border-radius: 125px; 
}

.hero-inner {               
box-sizing: border-box;    
display: flex;          
align-items: center;    
justify-content: center;
flex-wrap: wrap;       
column-gap: 30px;
width: 100%;
font-size: 1.1em;
margin: 0;
height: 100%;
padding: 60px 140px;
backdrop-filter: blur(5px); /* text-shadow: 2px 2px 5px rgb(0 0 0 / 0.4)*/
}

@keyframes float {
	0% {
		transform: translatey(6px);
	}
	50% {
		transform: translatey(-6px);
	}
	100% {
		transform: translatey(6px);
	}
}

.float{
	animation: float 9s ease-in-out infinite;
}

.image-vcenter{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

h1, h2, h3 {
font-weight: 500;
}

p {
    font-weight: 300;
}

.hero-inner > picture > img {
max-width: 400px;
justify-self: center;
}

.hero-inner > div > p {
margin: 10px 0;
}

.hero-inner > div {
    display: flex; 
    flex-direction: column;    
    align-items: flex-start;     
    flex-wrap: wrap;
    max-width: max-content;
}

.hero-inner > div > div {
    display: flex;   
    align-items: flex-start;     
    flex-wrap: wrap;
}


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

  #logo-wrap {
    width: 100%;
  }
  
  .hero-inner {
  font-size: 1em; 
  padding: 60px 30px;
  }
  
  .hero-inner > div > h1 {
  font-size: 1.8em;
  }
  
  
  
  .hero-inner > picture > img {
  max-width: 300px;
  justify-self: center; 
  }

}


@media only screen and (max-width: 800px) {
  .hero-inner {
  font-size: 1em;   
  padding: 30px 30px 60px 30px;
  }

  .hero-inner > div {
  align-items: center;
  text-align: center;
  }
  .hero-inner > div > div {
  justify-content: center
  }
}

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

  #logo-wrap {
    width: 100%;
  }
  
  .hero-inner {
  font-size: 1em;
  }
  
  .hero-inner > div > h1 {
  font-size: 1.8em;
  }
  
  
  
  .hero-inner > picture {
  justify-self: center; 
  }
}

  

@media only screen and (max-height: 500px){

  .header-inner > h3 {
    display: none;
  }

  #logo-wrap {
    width: 100%;
  }
}

/* Výhody */
.columns {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(4, 1fr)
  align-content: center;  
  align-items: start
  grid-auto-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  width: 100%
}

.columns > div {           
  text-align: center;                       

}


.columns-grid-1 {
  grid-template-columns: repeat(1, 1fr);
}

.columns-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.columns-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.columns-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.columns > div > h2 {
margin-top: 10px;
}

.columns > div {
  border-radius: 15px;
  font-size: 1em;
  padding: 1.5em;
}

@media only screen and (max-width: 800px) {
  .columns {
  grid-template-columns: repeat(1, 1fr);
  }
  
  
  .break>div:nth-child(1) {
  padding: 0 10px;
  margin: 30px 0 0 0 !important;
  }

  /*.hero {
  padding: 50px 0;
  }       */

}



/* Tělo */
body, html {
	margin: 0;
  padding: 0;
}



/* Košík */

.cart-window{
  margin: 20px 0 0 0;
  table-layout: auto;
  width: 100%;
}

.cart-item{
  box-sizing: border-box;
  margin: 5px 0;
}


.cart-item:nth-child(odd){
  background-color: rgba(0, 0, 0, 0.04);
}


.cart-item:nth-child(1){
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
}


#cart-list{
  box-sizing: border-box;
  width: 60vw;
  margin: 0 auto;
    font-size: 10pt;
}

.cart-header-text{
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 11%;
  padding: 5px;
  margin: auto;
}


.product_file{
  width: auto;
}

@media only screen and (max-width: 1400px) {
  #cart-list {
  	width: 90%;
  }
  .break {
  margin: auto 0;
  grid-template-columns: repeat(1, 1fr);  
  height: auto !important;
  grid-auto-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  }
  .break>div {
  text-align: center !important;
  }
  
  .break>div>img {
  width: 100%;
  max-width: 600px;
  }
  
  
  .break>div:nth-child(1) {     
  padding: 0 10px;
  margin: 40px 0 0 0  !important;
  }
  

}


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

  .break>div:nth-child(1) {     
  padding: 0 10px;
  margin: 40px 0 0 0 !important;
  }

  #cart-list {
  	width: 100%;
    font-size: 9pt;
  }

  .cart-window{
    display: block;
  }

  .cart-item{
    display: block;
  }

  .cart-header-text{
    display: inline-block;
  }

  .product_file{
    width: 100%;
  }
}

.stitek{
position: absolute;
height: 20px;
display: inline-block;
z-index: 999;
line-height: 20px;
font-size: 10pt;
font-weight:600;
padding: 3px 8px;
margin-left: 0 auto;
filter: drop-shadow(2px 2px 1px lightgray);
border-radius: 0 0 10px 0;
}

.std{
background-color: #F9E88F;
}

.fine{
background-color: #FF8B57;
}

.basic{
background-color: #C4EDFF;
}

header {
	background-color: #3B3B3B;
	width: 100%;
	height: 80px;

  top: 0;
}

.header-inner{
box-sizing: border-box;
width: 60vw;
height: 60px;
padding: 0 20px;
margin: 0 auto;
text-align: left;
}

#logo-wrap{
float: left;
padding: 0;
margin: 0;
}

#logo-wrap > img {
height: 70px;
padding: 0;
}

#cart_details{
float: right;
display: inline-block;
margin: 0;
height: 60px;
color: white;
}

#cart_details_text{
display: inline-block;
margin: 0;
height: 60px;
line-height: 60px;
}

#cart_details > img {
height: 25px;
float: right;
padding: 15px 0 20px 15px;
}

#cart_number {
  line-height: 60px;
display: inline-block;
margin: 0;
height: 60px;
}


@media only screen and (max-height: 500px) {
    header{
        height: 50px;
        padding: 0;
    }

    .header-inner{
        height: 60px;
        widht: 100%;
        padding: 0;
    }

    #logo-wrap > img {
        height: 40px;
        padding: 10px 20px;
    }

    #cart_details{
        height: 50px;
    }

    #cart_number{
        height: 50px;
        line-height: 50px;
    }

    #cart_details_text{
        height: 50px;
        line-height: 50px;
    }

    #cart_details > img {
        height: 30px;
        float: right;
        padding: 10px 20px 10px 10px;
    }

    #bottom {
        padding: 10px;
    }

    #product_price, #cena {
        line-height: 37px;
        height: 37px;
    }
}

@media only screen and (max-width: 1400px) {
    .header-inner{
        width: 90%;
    }
}

#bottom-wrap {
z-index: 1000;
position: fixed;
bottom: 0;
  box-sizing: border-box;
  text-align: center;

width: 100%;
margin: 0;
padding: 0;
}

#bottom {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 10px 30px 10px 30px;
  box-sizing: border-box;
  background-color: rgba(59,59,59,0.95);
  text-align: center;
}



#next {
  display: inline-block;
  margin: 0 10px;
  padding: 10px 30px;
  box-sizing: border-box;
  background-color: #9AFF9A;
  color: rgb(58,58,58);
  border-radius: 25px 25px 0px 0px;
  font-size: 13px;
  text-align: center;
  line-height: 40px;
  transition: all .2s ease;
}

#next:hover {
  background-color: #9AFF9A;
}

#cena {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 40px;
}

#product_price {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 40px;
}

.button-next {
  outline: none;
  cursor: pointer;
  font-weight: 600;
  border-radius: 20px;
  padding: 12px 30px;
  margin: 10px 0;
  width: max-content;
  border: 2px solid #9AFF9A;
  background-color: transparent;
  line-height: 13px;
  font-size: 17px;
  text-decoration: none !important;
  transition: all .2s ease
}

.button-next:hover {
  background-color: rgb(154 255 154 / 50%);
  }           
  
.button-next > a {
  text-decoration: none;     
  color: white;
}  
  
           
/** VALENTYN **/ 
.button-next-valentyn > a {
  text-decoration: none;     
  color: #606060;
}

.button-next-valentyn {
  outline: none;
  cursor: pointer;
  font-weight: 600;
  border-radius: 20px;
  padding: 12px 30px;
  margin: 10px 0;
  width: max-content;
  border: 2px solid #ff7a80;
  background-color: rgb(255 255 255 / 40%);
  line-height: 13px;
  font-size: 17px;
  text-decoration: none !important;
  transition: all .2s ease;
}

.button-next-valentyn:hover {
  background-color: rgb(255 255 255 / 80%);
  }

/** VALENTYN **/

.button-pay {
  display: inline-block;
  outline: none;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
  border-radius: 40px;
  padding: 12px 30px;
  border: 0;
  color: #000021;
  background-color: #9AFF9A;
  line-height: 20px;
  font-size: 13px;
  transition: all .2s ease;
}

.button-pay:hover {
  background-color: #eee;
  }

.button-pay > img {
float: left;
}



form, .container {

box-sizing: border-box;
	width: 60vw;
	margin: 0 auto 0 auto;
  padding: 50px 0;
}

@media only screen and (max-width: 1400px) {
form, .container {
	width: 90%;
	margin: 0px auto 0 auto;
}

}

body {
  font-family: 'Rubik', sans-serif;
	font-weight: 400;
	font-style: normal;
}


b {
  font-family: 'Rubik', sans-serif;
	font-weight: 700;
	font-style: normal;
}


fieldset {
	border: 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin: 0px;
	padding: 0;
}


legend {
	display: block;
	width: 100%;
	font-size: 16pt;
	font-weight: 600;
	border-bottom: 1px solid #707070;
	margin-bottom: 20px;
	padding-top: 30px;
	color: #1C1C1C;
}


fieldset>fieldset>legend {
	display: none;
	width: 100%;
	font-size: 14pt;
	border-bottom: 1px solid #707070;
	margin-bottom: 20px;
	padding-top: 30px;
}


input[type="number"], input[type="text"], input[type="email"], input[type="tel"] {
	cursor: pointer;
	box-sizing: border-box;
	border: 2px solid white;
    -moz-box-shadow:     2px 2px 6px #DDD;
    -webkit-box-shadow:  2px 2px 6px #DDD;
    box-shadow:          2px 2px 6px #DDD;
	width: 100%;
	padding: 10px;
	margin: 5px;
	border-radius: 30px;
}

input[type="number"]:focus, input[type="text"]:focus,  input[type="email"]:focus {
	cursor: pointer;

  outline: none;
	box-sizing: border-box;
	border: 2px solid #9AFF9A;
    -moz-box-shadow:     2px 2px 6px #DDD;
    -webkit-box-shadow:  2px 2px 6px #DDD;
    box-shadow:          2px 2px 6px #DDD;
	width: 100%;
	padding: 10px;
	margin: 5px;
	border-radius: 30px;
}

.contact-field {
	box-sizing: border-box;
	float: left;
	text-align: center;
	width: 50%;
	padding: 20px;
}

.number-field {
	box-sizing: border-box;
	float: left;
	text-align: center;
	width: 33%;
	padding: 20px;
}


/* Štítky produktů a materiálů */

.product-label-inner {
  margin: 0 auto;
  width: 150px;
}

.product-label {
  width: 20%;
  min-width: 150px;
	margin: 10px 0;
	padding: 0;
}

@media only screen and (max-width: 1000px) {
.product-label {
  box-sizing: border-box;
  width: 25%;
}
}

@media only screen and (max-width: 800px) {
.product-label {
  box-sizing: border-box;
  width: 33%;
}


}@media only screen and (max-width: 600px) {
.product-label {
  box-sizing: border-box;
  min-width: 50%;
}
}

input[type="radio"] {
	display: none;
	visibility: hidden;
}

input[type="radio"] + label {
	display: block;
	float: left;
	cursor: pointer;
	color: #3B3B3B;
}

input[type="radio"]:checked + label > .product-label-inner > .product-label-title{
	display: block;
	float: left;
	cursor: pointer;
	color: #9AFF9A;
	background-color: #3B3B3B;
}


input[type="radio"] + label > .product-label-inner  > .product-label-title {
	box-sizing: border-box;
	border-radius: 25px;
	visibility: visible;
	display: block;
	float: left;
	text-align: center;
	width: 150px;
	font-size: 9pt;
	margin: 10px 0;
	padding: 7px 10px;
	height: 30px;
	color: #3B3B3B;
  border: 1px solid #3B3B3B;
}


.paper-label, .kasirovani-label {
	box-sizing: border-box;
	width: 50%;
  min-width: 300px;
	height: 150px;
	margin: 0 0 20px 0;
	padding: 0;
}

@media only screen and (max-width: 1000px) {
.paper-label, .kasirovani-label {
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
}
}

.product-label-image {
	box-sizing: border-box;
	display: block;
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}


.product-label-image > img {
	width: 100%;

	margin: 0 auto;
}


.label-title {
	box-sizing: border-box;
	display: block;
	float: left;
	width: calc(100% - 200px);
	font-size: 12pt;
	font-weight: 600;
	margin: 0;
	padding: 0 0 20px 20px;
}


.label-text {
	box-sizing: border-box;
	display: block;
	float: left;
	text-align: left;
	width: calc(100% - 180px);
	font-size: 9pt;
	margin: 0;
	padding: 0 0 20px 20px;
}


.label-image {
	box-sizing: border-box;
	display: block;
	float: left;
	width: 150px;
	height: 150px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}


.label-image > img {
	width: 100%;
}


.btn-sel {
	background-color: white;
	visibility: hidden;
}

input:checked + label > .btn-sel {
	box-sizing: border-box;
	border-radius: 25px;
	visibility: visible;
	display: block;
	background-color: rgba(59,59,59,0.8);
	color: #9AFF9A;
	float: left;
	text-align: center;
	width: 100px;
	font-size: 9pt;
	margin: 0 20px;
	padding: 7px 10px;
	height: 30px;
  position: absolute;
	margin: 100px 0 0 25px;
}

/* Quick-zoom Container */
.img-hover-zoom--quick-zoom img {
	transition: transform .25s, visibility .25s ease-in;
}
/* The Transformation */
.img-hover-zoom--quick-zoom:hover img {
	transform: scale(2);
}

.dropzone {
min-height: auto;
}

.dropzone .dz-preview {
  display: block;
  height: 400px;
  min-height: 0;
  margin: 0 16px 30px 16px;
}

.dropzone .dz-preview:hover {
    z-index: 0;
}

.dropzone .dz-preview .dz-image {
  height: 400px;
  width: 100%;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
  border-radius: 0;
  display: inline-block;
  vertical-align: middle;
}

.dropzone .dz-preview .dz-image img{
  margin: 0 auto;
  width: auto;
  max-height: 400px;
  max-width: inherit;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  }


.dropzone .dz-preview:hover .dz-image img {
  transform: translateY(-50%);
}


.dropzone .dz-preview .dz-remove {
	box-sizing: border-box;
	visibility: visible;
	display: block;
	color: white;
  background-color: #3B3B3B;
	text-align: center;
	width: 100%;
	font-size: 9pt;
	padding: 7px 10px;
	height: 30px;
  text-decoration: none;
}

.dropzone .dz-message {
    text-align: center;
    margin: 3em 0;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 0px;
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd);
}

.stepscontainer {
  width: 60vw;
  height: 80px;
  margin: 0 auto;
  display: grid;
  padding: 25px 0 5px 0;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 5px;
}

.steps {
    display: grid;
    align-items: start;
    font-size: 1em;
    align-content: stretch;
    /* flex-wrap: nowrap; */
    justify-content: center;
    justify-items: center;
}

.steps > div {
  background-color: whitesmoke;
  text-align:center;
  line-height: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  transition: all 0.7s ease-in-out;
}

.active {
  background-color: #9AFF9A !important;
}

.steps > p {
  margin: 10px 0;
  text-align: center;
}

