/*
    Created on : 3. 5. 2022, 17:10:32
    Author     : radek.pospisek@gmail.com
*/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLFj_V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgo6eA.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3Ttw.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvTtw.ttf) format('truetype');
}
body {
  color: black;
  border-top: 5px solid #B71D25;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  height: auto;
  /*background: #97e7ee;*/
  background: #eee;
  padding-top: 80px;
  transition: background 0.5s;
}
body.dark {
  background: #434343;
  color: white;
}
body.dark .alert-info {
  background: #5a5a5a;
  color: white;
}
body.dark .content {
  color: white;
}
body.dark .content-editor .parameters a span.value {
  color: wheat;
}
body.dark legend {
  background: #434343;
}
body.dark .modal-content {
  background-color: #434343;
}
body.dark .bg-white {
  background-color: #434343 !important;
  color: white;
}
body.disable {
  height: 100vh;
  overflow: hidden;
}
#page-loader {
  position: fixed;
  display: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 50000;
}
.hide-block {
  display: none;
}
.hide-flex {
  display: none;
}
strong {
  font-weight: 800;
}
.bwhite {
  position: absolute;
  display: block;
  background: white;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 400px;
  z-index: -1;
}
h1 {
  font-size: 25px;
}
h2 {
  font-size: 21px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
.c-green {
  color: #79d361;
}
a {
  text-decoration: none;
  color: #00205e;
}
a:hover {
  text-decoration: none;
  color: #3f609f;
}
.color-gray {
  color: #aaa;
}
.alert-success {
  background: #79d361;
  color: #555;
}
.alert-info {
  background: #f3f3f3;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.btn {
  border-radius: 4px;
  border: 0;
}
.btn-success {
  background: #79d361;
  color: black;
  border: 0;
}
.btn-success:hover {
  background: #9be986;
  color: black;
}
.btn-primary {
  background: #B71D25;
  color: white;
  border: 1px solid #dc1d25;
}
.btn-primary:hover,
.btn-primary:active {
  background: #dc1d25;
  border: 1px solid #dc1d25;
}
.btn-xl {
  padding: 15px 30px;
  font-size: 18px;
}
.remodal-cancel:hover,
.remodal-cancel:focus {
  color: white;
}
header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  transition: all 0.5s;
  z-index: 100;
  /*nav {
		position: relative;
		display: flex;
		height: 120px;
		align-items: center;
		justify-content: space-between;
		margin-top: 30px;
		
		a {
			display: inline-block;
			font-size: 18px;
			font-weight: 300;
			border: 2px solid transparent;
			padding: 10px 0px;
			transition: all 0.3s;
			color: #555;
			
			&:hover {
				text-decoration: none;
				color: black;
				border-bottom: 2px solid @color-red;
			}
		}
	}*/
}
header nav {
  padding-top: 0px !important;
}
header nav ul.navbar-nav {
  flex-wrap: wrap;
  justify-content: center;
}
header nav ul.navbar-nav > li {
  margin-left: 10px;
  font-weight: 500;
  font-size: 18px;
}
header .action {
  display: flex;
  position: absolute;
  background-color: #B71D25;
  border-radius: 20px;
  width: 300px;
  height: 80px;
  left: calc(50% - 150px);
  top: -40px;
  padding-bottom: 10px;
  align-items: end;
  justify-content: center;
  font-size: 17px;
  color: white;
  font-weight: 600;
  transition: all 0.5s;
  animation: action-init;
  animation-duration: 0.8s;
}
header .action span {
  color: #FFDE00;
}
header.fixed {
  background: white;
  /*transform: translateY(-30px);*/
  box-shadow: 0px 2px 4px gray;
  height: 100px;
  z-index: 1030;
}
header.fixed .action {
  transform: translateY(-100px);
}
.bg-light {
  background: white !important;
}
footer {
  padding: 50px 0px;
  background: #1D1D1D;
  color: white;
  font-weight: 200;
}
footer strong {
  font-weight: 600;
}
footer a {
  color: white;
}
footer a:hover {
  text-decoration: underline;
  color: white;
}
footer a.btn:hover {
  text-decoration: none;
}
footer nav a {
  display: block;
  color: #888;
  /*background: #333;*/
  margin: 10px 0px;
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
footer nav a:hover {
  color: white;
  text-shadow: 0px 2px 3px black;
  /*transform: translateX(10px);*/
  padding-left: 5px;
  /*border-bottom: 1px dashed white;*/
  /*background: #666;*/
}
.banner {
  position: relative;
  border: 0px solid blue;
  /*height: 37vh;*/
  /*overflow: hidden;*/
}
.banner .container {
  border: 0px solid green;
  height: 100%;
}
.banner .container .image-container {
  position: relative;
  height: 100%;
  border: 0px solid red;
}
.banner .container .image-container img {
  /*max-height: 50%;
                object-fit: cover;
                border: 0px solid red;
                display: block;
                margin: 0 auto;*/
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  border: 0px solid yellow;
}
.banner .container .image-container .text-container {
  position: relative;
  top: -15px;
  color: white;
  left: 0px;
  width: 100%;
  z-index: 10;
}
.banner .container .image-container .text-container .text-wrapper {
  display: flex;
  flex-direction: column;
  height: 140px;
  align-items: center;
  justify-content: center;
  line-height: 20px;
  background-color: rgba(183, 29, 37, 0.85);
}
.banner .container .image-container .text-container .text-wrapper h1 {
  font-size: 36px;
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
}
.banner .container .image-container .text-container .text-wrapper p {
  font-size: 18px;
  font-weight: 300;
  padding: 0px;
  margin: 0px;
}
.products {
  padding: 100px 0px;
}
.products .product-card {
  display: block;
  background: white;
  margin-bottom: 25px;
  padding-bottom: 20px;
}
.products .product-card .image-container {
  display: block;
  position: relative;
  /*overflow: hidden;*/
}
.products .product-card .image-container img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
  transform: perspective(400px);
}
.products .product-card .title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0px;
  height: 60px;
  max-height: 60px;
  text-align: center;
  transition: all 0.5s ease;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
}
.products .product-card .title:hover {
  text-decoration: none;
}
.products .product-card .description {
  display: block;
  padding-bottom: 15px;
  height: 40px;
  max-height: 40px;
  text-align: center;
  transition: all 0.5s ease;
  font-weight: 400;
  font-size: 14px;
}
.products .product-card .description:hover {
  text-decoration: none;
}
.products .product-card:hover .image-container img {
  transform: scale(1.05) perspective(800px) rotatex(10deg) translateY(-5px);
  box-shadow: 0px 5px 5px gray;
}
.products .product-card:hover .title {
  color: #555;
}
.visit-us {
  background: white;
  padding: 50px 0px;
  font-size: 20px;
  font-weight: 200;
}
.visit-us .prodejna {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.visit-us .prodejna div {
  margin-left: 15px;
}
.visit-us .prodejna div strong {
  color: #B71D25;
  font-weight: 600;
}
.uploadUserData .content {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#nav-desktop {
  display: flex;
}
#nav-mobile {
  display: none;
}
@media (max-width: 768px) {
  .banner .image-container .text-container {
    position: relative;
    bottom: 15px;
  }
  .banner .image-container .text-container .text-wrapper {
    padding: 10px;
    text-align: center;
  }
  .banner .image-container .text-container .text-wrapper h1 {
    font-size: 20px;
  }
  .banner .image-container .text-container .text-wrapper p {
    font-size: 13px;
  }
  .products {
    padding: 30px 0px;
  }
  .visit-us {
    padding: 50px 0px;
    font-size: 16px;
    font-weight: 200;
  }
  .visit-us .prodejna {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-bottom: 15px;
  }
  .visit-us .prodejna div {
    margin-left: 15px;
  }
  .visit-us .prodejna div strong {
    color: #B71D25;
    font-weight: 600;
  }
  .products {
    padding: 50px 0px;
  }
  .products .product-card a.title {
    font-size: 20px;
    line-height: 17px;
  }
  .products .product-card a.description {
    font-size: 13px;
  }
}
@media (max-width: 1200px) {
  #nav-desktop {
    display: none;
  }
  #nav-mobile {
    display: flex;
  }
  #nav-icon3 {
    z-index: 250;
  }
  header {
    z-index: 500;
  }
  header nav#nav-desktop {
    position: fixed;
    display: none;
    flex-direction: column;
    justify-content: center;
    width: 98%;
    left: 1%;
    height: 98vh;
    top: 1vh;
    background: rgba(255, 255, 255, 0.97);
    margin-top: 0px;
    z-index: 200;
    box-shadow: 0px 0px 3px 0px black;
  }
  header nav#nav-desktop a {
    color: black;
    margin: 25px 0px;
    font-size: 20px;
    font-weight: 500;
  }
  .banner .container .image-container .text-container .text-wrapper h1 {
    font-size: 20px;
  }
  .banner .container .image-container .text-container {
    position: relative;
    top: -15px;
    /*bottom: 0px;*/
  }
  .banner .image-container .text-container .text-wrapper {
    padding: 10px;
    text-align: center;
  }
  .banner .image-container .text-container .text-wrapper h1 {
    font-size: 20px;
  }
  .banner .image-container .text-container .text-wrapper p {
    font-size: 13px;
  }
  .visit-us {
    padding: 50px 0px;
    font-size: 16px;
    font-weight: 200;
  }
  .visit-us .prodejna {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-bottom: 15px;
  }
  .visit-us .prodejna div {
    margin-left: 15px;
  }
  .visit-us .prodejna div strong {
    color: #B71D25;
    font-weight: 600;
  }
  .products {
    padding: 50px 0px;
  }
  .products .product-card a.title {
    font-size: 15px;
    line-height: 17px;
  }
  .products .product-card a.description {
    font-size: 13px;
  }
}
/*----------------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}
/* Icon 1 */
#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
  width: 60px;
  height: 45px;
  position: relative;
  margin: 50px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #d3531a;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon1 span:nth-child(1) {
  top: 0px;
}
#nav-icon1 span:nth-child(2) {
  top: 18px;
}
#nav-icon1 span:nth-child(3) {
  top: 36px;
}
#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/* Icon 2 */
#nav-icon2 span {
  display: block;
  position: absolute;
  height: 9px;
  width: 50%;
  background: #d3531a;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}
#nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}
#nav-icon2 span:nth-child(1),
#nav-icon2 span:nth-child(2) {
  top: 0px;
}
#nav-icon2 span:nth-child(3),
#nav-icon2 span:nth-child(4) {
  top: 18px;
}
#nav-icon2 span:nth-child(5),
#nav-icon2 span:nth-child(6) {
  top: 36px;
}
#nav-icon2.open span:nth-child(1),
#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon2.open span:nth-child(2),
#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}
#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}
#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 29px;
}
#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px;
}
/* Icon 3 */
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 18px;
}
#nav-icon3 span:nth-child(4) {
  top: 36px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
/* Icon 4 */
#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon4 span:nth-child(2) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon4 span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}
#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
}
.content {
  min-height: 90vh;
  padding: 0px 0px;
  font-family: "Poppins", sans-serif;
  color: #555;
}
.content h1 {
  font-weight: 600;
}
@keyframes action-init {
  from {
    transform: translateY(-100px);
  }
  to {
    transform: translateY(0px);
  }
}
.content-basket .title {
  /*color: #000080;*/
  font-family: "Ubuntu";
  font-weight: 700;
  color: #B71D25;
}
.content-basket .mdi-truck-delivery {
  font-size: 30px;
}
.content-basket .card-header {
  display: flex;
  align-items: center;
}
.content-basket .card-header i {
  display: inline-block;
  margin: 0px 10px;
  font-size: 20px;
  color: #ff9494;
}
.content-basket .card-header a {
  color: #e9ffd6;
}
.content-basket .card-header a:hover {
  text-decoration: underline;
}
.content-basket .card-header h1 {
  color: #aaa;
  font-size: 28px;
  display: inline-block;
  font-family: "Ubuntu";
}
.content-basket .card-header h1.active {
  color: white;
}
.content-basket .card-header h2 {
  font-size: 22px;
}
.content-basket h3 {
  font-size: 23px;
}
.content-basket .delivery-item,
.content-basket .payment-item,
.content-basket .processing-item {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 10px 0px;
}
.content-basket .delivery-item .description,
.content-basket .payment-item .description,
.content-basket .processing-item .description {
  padding-left: 35px;
  color: #aaa;
  display: none;
}
.content-basket .delivery-item .description2,
.content-basket .payment-item .description2,
.content-basket .processing-item .description2 {
  padding-left: 20px;
  color: #aaa;
}
.content-basket .delivery-item .date,
.content-basket .payment-item .date,
.content-basket .processing-item .date {
  padding-left: 20px;
  color: #0a53be;
}
.content-basket .delivery-item.active .description,
.content-basket .payment-item.active .description,
.content-basket .processing-item.active .description {
  display: block;
}
.content-basket #invoiceData {
  /*display: none;*/
}
.content-basket form label {
  margin-bottom: 2px;
}
.content-basket form .form-group {
  margin-bottom: 15px;
}
.content-basket .image-wrapper {
  position: relative;
  padding: 5px;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: #eee;
}
.content-basket .image-wrapper .images {
  position: relative;
  display: inline-block;
  height: 50px;
  aspect-ratio: 1;
  overlow: hidden;
  border: 0px solid red;
  background-size: cover;
  background-size: center center;
  z-index: 100;
  box-shadow: 2px 2px 2px gray;
}
.content-basket .image-wrapper .images .image1 {
  position: relative;
  object-fit: cover;
  box-shadow: 2px 2px 2px gray;
}
.content-basket .image-wrapper .image2 {
  z-index: 50;
  position: absolute;
  transform: rotate(180deg) translate(-2px, -2px);
  box-shadow: 2px 2px 2px gray;
}
.card {
  border: 0px;
}
.card .card-header {
  background: #B71D25;
  color: white;
  padding: 4px 10px;
  align-items: center;
}
.card .card-header h1 {
  margin: 0px;
  font-size: 20px;
}
.card .card-header p {
  color: #ccc;
  margin: 0px;
}
.card.card-shadow {
  box-shadow: 0px 2px 3px gray;
}
/*
.btn-success {
	background: #25ce76;
	background: linear-gradient(0deg, rgba(103,201,60,1) 0%, rgba(152,255,148,1) 100%);
	
	&:hover {
		color: black;
		background: linear-gradient(0deg, rgba(103,201,60,1) 15%, rgba(152,255,148,1) 85%);
	}
}
.btn-success.btn-lg {
	border: 0;
}

.btn-lg {
	color: black;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 400;
	padding: 10px 25px;
	
	i {
		display: inline-block;
		position: relative;
		transition: all 0.5s;
	}
}
*/
@keyframes pulse-right {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0px);
  }
}
.anim-i-pulse-right:hover i {
  /*transform: translateX(10px) rotateZ(360deg);*/
  animation-name: pulse-right;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
}
.pricebox {
  display: inline-block;
  width: 250px;
  text-align: right;
}
.fs-24 {
  font-size: 24px;
}
/*
.card {
	transition: all 1s;
	box-shadow: 0px 0px 0px gray;
	
	&:hover {
		box-shadow: 0px 0px 3px gray;
	}
}
*/
#droparea {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /*width: 90%;
	left: 5%;*/
  padding: 20px;
  border: 2px dashed #555;
}
#droparea.active {
  border: 2px solid black;
  background: rgba(0, 255, 0, 0.1);
}
@keyframes ff {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.content-editor .card-body.images {
  padding: 5px;
}
.content-editor .qa-alert {
  display: none;
}
.content-editor #images {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  transition: none;
}
.content-editor #images .item {
  width: 305px;
  display: inline-block;
  border: 0px solid #ccc;
  margin: 10px 5px;
  /*margin-bottom: 20px;*/
}
.content-editor #images .item .image-wrapper {
  position: relative;
  /*display: inline-block;*/
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  background: white;
  overflow: hidden;
}
.content-editor #images .item .image-wrapper .image-cropper {
  position: relative;
  /*outline: 2px dashed white;*/
  /*box-shadow: 0px 3px 3px gray;*/
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  /*overflow: hidden;*/
  cursor: grab;
  touch-action: none;
  /*border: 1px dashed black;*/
  /*width: 100%;
                    aspect-ratio: 1.5;
                    overflow: hidden;*/
}
.content-editor #images .item .image-wrapper .image-cropper .ramecek {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  outline: 2px dashed white;
  pointer-events: none;
  box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.5);
  border: 0px !important;
}
.content-editor #images .item .image-wrapper .image-cropper .ramecek.border {
  outline: 5px solid white;
}
.content-editor #images .item .image-wrapper .image-cropper img {
  position: absolute;
  transform: translate(0px, 0px);
  inset: 0px;
  user-select: none;
  pointer-events: none;
  /*
						width: 100%;
						height: auto;
						border: 0px solid @color-red;*/
}
.content-editor #images .item .image-wrapper .image-cropper .item-text {
  z-index: 20;
}
.content-editor #images .item .image-wrapper .temp-box {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  color: black;
  align-items: center;
  justify-content: center;
  perspective: 300px;
}
.content-editor #images .item .image-wrapper .temp-box img {
  width: 40px;
  height: auto;
  animation-name: ff;
  animation-duration: 0.85s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
.content-editor #images .item .image-wrapper .upload-progress {
  position: absolute;
  bottom: 10px;
  width: 90%;
  left: 5%;
  height: 10px;
  background: rgba(64, 64, 64, 0.7);
  border: 0px solid orange;
}
.content-editor #images .item .image-wrapper .upload-progress .value {
  width: 0%;
  height: 100%;
  background: #b71d25;
  transition: all 0.3s;
}
.content-editor #images .item .image-wrapper .upload-progress.done {
  animation-name: disappear;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.content-editor #images .item .image-wrapper .upload-progress.done .value {
  background: #00ff00;
}
.content-editor #images .item .image-wrapper .qa {
  position: absolute;
  display: inline-block;
  width: 100%;
  font-size: 20px;
  text-align: right;
  padding: 3px;
  color: black;
  left: 0px;
  top: 0px;
}
.content-editor #images .item .image-wrapper .qa-1 {
  /*background: rgba(0, 0, 0, 0.3);*/
  color: #07bd32;
}
.content-editor #images .item .image-wrapper .qa-0 {
  background: rgba(255, 0, 0, 0.4);
  color: yellow;
}
.content-editor #images .item .controls {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 3px;
  margin-top: 3px;
  /*background: black;*/
}
.content-editor #images .item .controls .group {
  display: flex;
  flex-direction: row;
}
.content-editor #images .item .controls .btn {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  padding: 0px;
  margin: 2px;
  border-radius: 100%;
  box-shadow: 0px 2px 2px gray;
}
.content-editor #images .item .controls .btn-secondary {
  background: white;
  color: black;
  border: 0px;
  /*border-radius: 100%;*/
  transition: all 0.3s;
}
.content-editor #images .item .controls .btn-secondary:hover {
  background: #00205e;
  color: white;
}
.content-editor #images .item .controls .btn-edit {
  background: white;
  color: black;
  border: 0;
}
.content-editor #images .item .controls .btn-edit:hover {
  background: #ccc;
}
.content-editor #images .item .controls label.quantity {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 15px;
  background: transparent;
  color: white;
  margin-top: 2px;
}
.content-editor #images .item .filename {
  padding: 5px;
  font-size: 12px;
  word-break: break-word;
}
.content-editor .parameters {
  display: flex;
  align-items: center;
  justify-content: start;
}
.content-editor .parameters a {
  position: relative;
  display: inline-flex;
  align-content: center;
  justify-content: end;
  height: 100%;
  flex-direction: column;
  border-radius: 0px;
  color: black;
  border: 0px;
  margin-bottom: 5px;
  transition: all 0.2s;
  border-bottom: 2px solid #bbb;
  padding: 10px 50px 10px 10px;
  margin-right: 20px;
  /*background: white;*/
}
.content-editor .parameters a span.title {
  font-weight: 600;
  font-size: 12px;
  color: #aaa;
}
.content-editor .parameters a span.value {
  font-weight: 600;
  color: black;
  font-size: 16px;
  font-weight: 400;
}
.content-editor .parameters a i {
  color: #aaa;
  position: absolute;
  right: 10px;
  top: 50%;
}
.content-editor .parameters a:hover {
  border-bottom: 2px solid black;
}
.content-editor .parameters a:hover i {
  color: black;
}
@media (max-width: 991px) {
  .content-editor .parameters {
    display: block;
  }
}
.content-editor .quantity {
  border: 0;
  background: transparent;
  color: black;
  width: 30px;
  border-bottom: 1px solid #aaa;
}
.content-editor .quantity:focus {
  outline: 1px solid #555;
}
.content-editor .summary {
  position: relative;
}
.content-editor .summary.loading:after {
  display: block;
  content: "";
  position: absolute;
  z-index: 999;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.parameters-choose .parameter {
  display: block;
  cursor: pointer;
  border: 0px solid #B71D25;
  margin: 6px 0px;
  padding: 10px 15px;
  font-size: 15px;
  transition: all 0.3s;
  box-shadow: 0px 0px 3px gray;
  text-align: center;
  border-radius: 4px;
}
.parameters-choose .parameter .description {
  display: block;
  font-size: 12px;
  color: #aaa;
}
.parameters-choose .parameter:hover {
  /*padding-left: 40px;*/
  /*transform: scale(1.02);*/
  outline: 2px solid black;
}
.parameters-choose .parameter.active {
  background: #B71D25;
  color: white;
}
@keyframes disappear {
  0% {
    transform: translate(0px, 0px);
    opacity: 1;
    scale: 1;
  }
  50% {
    opacity: 0.75;
    scale: 1;
  }
  100% {
    transform: translate(0px, 10px);
    opacity: 0;
    scale: 1;
  }
}
i.mdi-cursor-move {
  cursor: move;
}
.product-detail {
  min-height: 80vh;
  font-size: 1.1rem;
  color: rgba(0, 0, 0, 0.6);
}
.product-detail .thumbnail img {
  width: 100%;
  height: auto;
  border: 1px solid #eee;
  padding: 3px;
}
.product-detail h1 {
  font-size: 50px;
  font-family: "Arial Black", arial-black;
}
@media (max-width: 768px) {
  .product-detail h1 {
    font-size: 35px;
  }
}
.slick-prev {
  left: 10px;
  z-index: 99;
}
.slick-next {
  right: 10px;
  z-index: 99;
}
.slick-dots {
  bottom: 10px;
}
article.page .container .content-wrapper {
  padding: 60px 60px;
  margin: 30px 0px;
  /*background: white;*/
  min-height: 500px;
  /*box-shadow: 0px 2px 4px gray;*/
}
.wrapper-signin {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 60vh;
  align-items: center;
  justify-content: center;
}
.wrapper-signin .card {
  width: 500px;
  max-width: 100%;
  box-shadow: 0px 3px 2px gray;
}
section.content-account .nav-pills {
  font-size: 16px;
  padding-right: 15px;
  border-right: 1px solid #eee;
}
.toastify {
  font-size: 20px;
  box-shadow: 0px 0px 10px 0px gray;
  padding: 20px 40px;
}
.toastify.error {
  background-color: red;
  background-image: none;
}
/*.toastify.success {
	background: -webkit-linear-gradient(315deg, #00b09b, #96c93d);
	background: "linear-gradient(to right, #00b09b, #96c93d)";
}
.toastify.error {
	background: -webkit-linear-gradient(315deg, #ff4646, #e1867d);
	background: "linear-gradient(to right, #ff4646, #e1867d)";
	border: 1px solid red;
}*/
section.order-state div.img-thumbnail {
  position: relative;
  margin-bottom: 10px;
  border: 0;
}
section.order-state div.img-thumbnail img {
  display: block;
  box-shadow: 0px 0px 3px 1px gray;
}
section.order-state div.img-thumbnail .qa {
  position: absolute;
  top: 10px;
  left: 0px;
  width: 100%;
  padding: 5px;
  text-align: right;
  background: rgba(0, 0, 0, 0.5);
}
section.order-state div.img-thumbnail .qa i {
  color: white;
}
section.order-state div.img-thumbnail .qa.qa-0 {
  background: rgba(255, 0, 0, 0.4);
}
section.order-state div.img-thumbnail .qa.qa-0 i {
  color: yellow;
}
.btn-group-lg > .btn,
.btn-lg {
  font-size: 1rem;
}
.nav-link {
  color: black;
}
.tab-content {
  min-height: 300px;
}
.content-editor .tab-content {
  min-height: auto !important;
}
.rpForm .form-control {
  width: auto;
}
.grayscale {
  filter: grayscale(1);
}
.flip-horizontal {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.nahled {
  width: 100%;
  height: auto;
  zoom: 1.5;
  /*filter: blur(1px);
	-webkit-filter: blur(1px);*/
}
#customDimensionForm #price {
  font-weight: 600;
  font-size: 16px;
}
.upload-remaining {
  display: none;
  /*border: 1px solid #aaa;
	background: #fefefe;
	box-shadow: 0px 2px 2px gray;*/
  background: #fefefe;
  padding: 20px;
  text-align: center;
  font-weight: 600;
  font-color: #666;
}
.upload-remaining #time-remaining {
  margin: 5px 0;
  font-size: 15px;
  color: steelblue;
}
.upload-remaining .progress {
  position: relative;
  height: 20px;
  border-radius: 10px;
  width: 50%;
  background: #999;
  border: 0px solid #B71D25;
  margin: 10px auto;
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}
.upload-remaining .progress .finished {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 33%;
  height: 20px;
  border-radius: 10px;
  background-color: #B71D25;
  background-image: linear-gradient(center bottom, #2bc253 37%, #54f054 69%);
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}
.upload-remaining .progress .finished:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  z-index: 1;
  background-size: 50px 50px;
  animation: move 2s linear infinite;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}
.remodal-confirm,
.remodal-cancel {
  padding: 12px 12px;
}
section.product-detail {
  padding: 0px 0;
}
section.product-detail .parameter-item {
  margin: 10px 0;
  padding: 0px 10px;
  background: white;
  color: #888;
  transition: all 0.5s;
}
section.product-detail .parameter-item .text-content {
  padding: 10px;
}
section.product-detail .parameter-item .text-content .title {
  color: #555;
  font-size: 20px;
}
section.product-detail .parameter-item .text-content .description {
  font-size: 16px;
}
section.product-detail .parameter-item .product-parameter-item-thumbnail {
  overflow: hidden;
}
section.product-detail .parameter-item .product-parameter-item-thumbnail img {
  width: 100%;
  height: auto;
  transition: all 1s;
}
section.product-detail .parameter-item:hover {
  box-shadow: 0px 0px 8px 4px #ccc;
}
section.product-detail .parameter-item:hover .product-parameter-item-thumbnail img {
  transform: scale(1.2) rotateZ(-5deg);
}
#modal-cookies-full .settings {
  padding: 20px;
}
.dimension-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f3f3f3;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 0px  gray;
  transition: all 0.3s;
  height: 80px;
  color: black;
  font-weight: 500;
}
.dimension-item .price {
  color: #00205e;
  font-size: 0.8rem;
  font-weight: 400;
}
.dimension-item:hover {
  box-shadow: 0px 0px 5px 0px gray;
  background: white;
  color: black;
}
.dimension-item.highlight {
  /*background: #fdffd6;*/
  box-shadow: 0px 0px 5px 0px gray;
  background: white;
}
.dimension-item2.highlight {
  box-shadow: 0px 0px 5px 0px gray;
  background: #b0ffc8;
}
.rp-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 600;
  display: none;
}
.rp-modal.open {
  display: flex;
}
.rp-modal .rp-modal-dialog {
  width: 600px;
  max-width: 100%;
  background: white;
  z-index: 350;
  padding: 25px 50px;
  border-radius: 12px;
  font-size: 16px;
}
.rp-modal .rp-modal-dialog h1,
.rp-modal .rp-modal-dialog p {
  margin-bottom: 25px;
}
fieldset {
  border: 1px solid #ccc;
  padding: 15px;
  margin: 30px 0;
  border-radius: 8px;
}
fieldset legend {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0px 5px;
  font-size: 16px;
  top: -27px;
  background: #eee;
  margin-bottom: -18px;
}
#vhodny-rozmer {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 15px;
  margin: 15px 0px;
  /*text-align: center;*/
  display: none;
}
.color-choose .color-pick {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: black;
  margin: 3px;
  box-shadow: 0px 0px 1px gray;
  cursor: pointer;
  border: 3px solid transparent;
  border-radius: 4px;
}
.color-choose .color-pick.color-pick-white {
  background: white;
}
.color-choose .color-pick.selected {
  border: 3px solid #0c63e4;
}
.collation-panel {
  display: flex;
  justify-content: center;
  border: 0px solid black;
  margin: 15px 0px;
}
.collation-panel .btn {
  display: flex;
  width: 30px;
  height: 30px;
  margin: 3px;
  padding: 0px;
  justify-content: center;
  align-items: center;
}
#rp-collation {
  position: relative;
  border: 1px solid #ccc;
  background: white;
  transition: all 0.5s;
  box-shadow: 0px 0px 15px 0px gray;
  margin: auto;
}
#rp-collation .pages {
  position: relative;
  height: 100%;
}
#rp-collation .pages .page {
  position: relative;
  height: 100%;
}
#rp-collation .pages .page .photos {
  position: relative;
  height: 100%;
}
#rp-collation .pages .page .photos .photo-container {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0px solid transparent;
  background: #ececec;
  font-size: 50px;
  color: #777;
  overflow: hidden;
  transition: all 0.3s;
}
#rp-collation .pages .page .photos .photo-container:after {
  display: block;
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0px solid white;
  /*z-index: 100;*/
}
#rp-collation .pages .page .photos .photo-container:hover {
  color: black;
  cursor: pointer;
  background: white;
}
@media (min-width: 768px) {
  .sticky-md-top.t110 {
    top: 110px;
  }
}
.ram-settings-clona {
  position: absolute;
  border-radius: 12px;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}
.table-condensed p {
  padding: 0px;
  margin-bottom: 0px !important;
}
.table-condensed td {
  padding: 2px 5px;
}
.alert-info {
  border-radius: 8px;
}
.alert-info p {
  margin-bottom: 0px;
}
.gallery {
  /*border: 2px solid blue;*/
}
.carousel-item img {
  display: block;
  width: 100%;
  height: auto;
}
.btn-template {
  padding: 0px;
  margin: 0px;
  border: 0;
  transition: all 0.2s ease;
}
.btn-template:hover {
  transform: scale(1.2);
}
.photo-container.filled {
  cursor: all-scroll;
}
.kolaze {
  padding: 0px 0px;
}
.kolaze .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70vh;
  overflow: hidden;
}
.kolaze .image-wrapper .text-box {
  position: absolute;
  width: auto;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 50px 100px;
  border-radius: 8px;
  text-align: center;
}
.kolaze .image-wrapper .text-box h2 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
}
.kolaze .image-wrapper .text-box p {
  font-size: 16px;
  color: #1bbc9b;
}
.kolaze #configurator {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.kolaze #configurator .dimension,
.kolaze #configurator .template {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: white;
  margin-bottom: 10px;
  padding: 10px;
  transition: all 0.3s;
}
.kolaze #configurator .dimension:hover,
.kolaze #configurator .template:hover {
  box-shadow: 0px 2px 2px gray;
}
.kolaze #configurator .template {
  padding: 0px;
  box-shadow: 0px 0px 5px gray;
}
.kolaze #configurator .template:hover {
  box-shadow: 0px 0px 5px black;
}
.text-layer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.text-layer .text-block {
  position: absolute;
  pointer-events: all;
  cursor: move;
  user-select: none;
}
.text-layer .text-block:hover,
.text-layer .text-block.selected {
  outline: 1px dotted yellow;
}
.text-options {
  position: absolute;
  display: none;
  left: 0px;
  background: white;
  border: 1px solid #eee;
  color: black;
  padding: 15px;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 3px gray;
  flex-direction: column;
  gap: 8px;
  height: auto;
  z-index: 500;
}
.user-upload p {
  font-size: 18px;
}
#imagePreview {
  padding: 3px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: white;
}
#imagePreview img {
  border-radius: 8px;
}
.hidden {
  display: none;
}
.btn-pulse {
  box-shadow: 0 0 0 0 rgba(220, 29, 37, 0.5);
  -webkit-animation: pulse 2.5s infinite;
}
.btn-pulse:hover {
  -webkit-animation: none;
}
.btn-pulse > span {
  display: inline-block;
  border-radius: 24px;
  padding: 5px 10px;
  box-shadow: 0 0 0 0 rgba(68, 68, 68, 0.5);
  -webkit-animation: pulse2 1.5s infinite;
}
@-webkit-keyframes pulse {
  0% {
    transform: scale(0.98);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 25px rgba(220, 29, 37, 0);
  }
  100% {
    transform: scale(0.98);
    box-shadow: 0 0 0 0 rgba(220, 29, 37, 0);
  }
}
@-webkit-keyframes pulse2 {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(68, 68, 68, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(68, 68, 68, 0);
  }
}
input.form-control::placeholder {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-style: italic;
  color: #aaa;
}
/*# sourceMappingURL=style.css.map */