@font-face {
  font-family: "Balloon";
  src: url(./B052017P.ttf) format("truetype");
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

body {
  font-family: sans-serif;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  background: #e9e9e9;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.admin-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.admin-container .admin-sidebar {
  position: fixed;
  z-index: 200;
  height: 100vh;
  left: 0;
  background: #12619D;
  width: 20rem;
  -webkit-transition: all .1s;
  transition: all .1s;
}

.admin-container .admin-sidebar.slide-left {
  left: -20rem;
}

.admin-container .admin-content {
  margin-left: 200px;
  width: 100%;
  height: 100vh;
  -webkit-transition: all .1s;
  transition: all .1s;
}

.admin-container .admin-content.sidebar-hidden {
  margin-left: 0;
}

.admin-container .admin-content .header-nav .admin-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
}

.admin-container .admin-content .header-nav .admin-header a {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.admin-container .admin-content .admin-main {
  height: calc(100vh - 50px - 65px);
  overflow: auto;
  padding: 1rem 2rem;
}

.admin-container .admin-content .admin-main.main-full-height {
  height: calc(100vh - 40px);
}

nav.sidebar .logo {
  height: 4rem;
}

nav.sidebar .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: .5rem;
  text-decoration: none;
  color: white;
  font-weight: bold;
  letter-spacing: .1rem;
}

nav.sidebar .logo a span {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

nav.sidebar .main-nav-container, nav.sidebar .sec-nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

nav.sidebar .main-nav-container .main-nav-item, nav.sidebar .main-nav-container .sec-nav-item, nav.sidebar .sec-nav-container .main-nav-item, nav.sidebar .sec-nav-container .sec-nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: .5rem;
  text-decoration: none;
  color: white;
  border-bottom: 1px solid #0a3758;
  -webkit-transition: all .1s;
  transition: all .1s;
}

nav.sidebar .main-nav-container .main-nav-item span, nav.sidebar .main-nav-container .sec-nav-item span, nav.sidebar .sec-nav-container .main-nav-item span, nav.sidebar .sec-nav-container .sec-nav-item span {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

nav.sidebar .main-nav-container .main-nav-item:hover, nav.sidebar .main-nav-container .sec-nav-item:hover, nav.sidebar .sec-nav-container .main-nav-item:hover, nav.sidebar .sec-nav-container .sec-nav-item:hover {
  background: #0a3758;
}

nav.sidebar .sec-nav-container .sec-nav-item {
  background: #0f5386;
  height: 30px;
  padding-left: 1rem;
}

nav.top-bar {
  height: 4rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #12619D;
}

nav.top-bar .right-container, nav.top-bar .left-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
}

nav.top-bar .center-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

nav.top-bar .center-container form.searchbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  height: 3rem;
  -ms-flex-item-align: center;
      align-self: center;
}

nav.top-bar .center-container form.searchbar input {
  height: 100%;
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
  border: 0;
  padding: .5rem;
}

nav.top-bar .center-container form.searchbar button {
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem;
  border: 0;
  padding: .5rem;
  cursor: pointer;
}

nav.top-bar a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  color: white;
  text-decoration: none;
  background: #12619D;
}

nav.top-bar a:hover {
  background: #2e97e7;
}

nav.top-bar a .secondary-nav-item {
  width: 7.5rem;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

nav.top-bar .user-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  color: white;
  padding: 0 1rem;
}

nav.top-bar .user-name .secondary-nav-item {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.hamburger {
  display: block;
  position: relative;
  top: .9rem;
  left: .9rem;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

.hamburger input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}

.hamburger span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  z-index: 1;
}

#qrcode {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

main {
  background: #e9e9e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  max-width: 1600px;
  margin: 0 auto;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  min-width: 60%;
}

h1.header {
  font-size: 4rem;
  color: #000000;
  font-weight: 100;
  text-transform: uppercase;
}

.opening-time {
  min-height: 7.5rem;
  width: 100%;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  background: #2E383F;
}

.opening-time div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 600px) {
  .opening-time div {
    margin: 1rem;
  }
}

.opening-time div p {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  font-size: 2.4rem;
  color: ghostwhite;
}

.content {
  background: #e9e9e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
}

.content .content-item {
  background: #ffffff;
  height: 50rem;
  width: 40%;
  margin: 1% 0;
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  .content .content-item {
    width: 98%;
    height: auto;
    max-height: 50rem;
  }
}

.content .content-item img {
  width: 100%;
  display: block;
}

.content .content-item ul {
  padding: 1rem;
}

.content .content-item ul li {
  padding: 1rem;
  list-style-type: none;
  border-bottom: .1rem solid black;
  margin-bottom: 1rem;
}

.content .content-item ul li h3 {
  margin-bottom: .5rem;
}

.content .content-item ul div a {
  text-decoration: none;
}

.content .content-item h2 {
  padding: .5rem;
  text-transform: uppercase;
  font-size: 4.8rem;
  border-bottom: .1rem solid black;
}

.content .content-item h3 {
  color: #e48509;
  margin-bottom: .5rem;
}

.content .content-item .content-item-article {
  padding: 1rem 0;
}

.content .content-item .about-us {
  padding: 1rem;
}

.content .content-item .about-us-image {
  height: 25rem;
  overflow: hidden;
}

.product {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4rem 1rem;
}

.product .product-image {
  width: 49%;
  padding: 0 5rem;
}

@media screen and (max-width: 600px) {
  .product .product-image {
    width: 100%;
    padding: 0;
  }
}

.product .product-image img {
  width: 100%;
}

.product .product-info {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 600px) {
  .product .product-info {
    width: 98%;
  }
}

.product .product-info h1 {
  font-size: 5.2rem;
  margin-bottom: 2rem;
  color: #12619D;
}

.product .product-info .product-info-description {
  font-size: 2rem;
  margin: 1rem 0;
}

.product .product-info .product-info-description p {
  margin: 1rem 0;
}

.product .product-info .product-info-price {
  font-size: 3rem;
  margin-top: 3rem;
  font-weight: bold;
  letter-spacing: .1rem;
}

.related-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 49%;
  background: white;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
  margin: 2rem 0;
  border-radius: .3rem;
  -webkit-transition: all .2s;
  transition: all .2s;
}

@media screen and (max-width: 600px) {
  .card {
    width: 98%;
  }
}

@media screen and (min-width: 1000px) {
  .card {
    width: 49%;
  }
}

@media screen and (min-width: 1200px) {
  .card {
    width: 30%;
  }
}

@media screen and (min-width: 1500px) {
  .card {
    width: 24%;
  }
}

.card:hover {
  /*transform: translateY(-5px);*/
  -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.5);
}

.card:active {
  /*transform: translateY(-2px);*/
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
}

.card img {
  width: 100%;
  display: block;
  border-radius: .2rem .2rem 0px 0px;
}

.card a {
  text-decoration: none;
}

.card .card-image {
  padding: 1rem;
}

.card .card-info {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  background: #2E383F;
  color: #ffffff;
}

.card .card-info div {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.card .card-info h2 {
  margin-bottom: 1rem;
  font-size: 3rem;
}

.card .card-info .card-info-price {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card .card-info .card-info-price h3 {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: 2.4rem;
}

.add-to-cart {
  padding: 1rem 2rem;
  background: #659b15;
  border: 0.1rem solid #39580c;
  border-radius: .5rem;
  color: white;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  height: 50px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.add-to-cart img {
  width: 2.4rem;
  margin-right: .5rem;
}

.add-to-cart:hover {
  -webkit-box-shadow: 0px 0px 1rem #000000;
          box-shadow: 0px 0px 1rem #000000;
  background: #74b118;
  border: 0.1rem solid #568512;
}

.add-to-cart-card {
  padding: 0rem 1rem;
  background: #659b15;
  border: 0.1rem solid #39580c;
  border-radius: 0.5rem;
  color: white;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  line-height: 28px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.add-to-cart-card img {
  width: 26px;
  display: block;
  margin-right: 1rem;
}

.add-to-cart-card:hover {
  -webkit-box-shadow: 0px 0px 1rem #000000;
          box-shadow: 0px 0px 1rem #000000;
  background: #74b118;
  border: 0.1rem solid #568512;
}

.daily-special {
  /*
    background-color: darkgray; 
    background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, gray 35px, gray 70px);
    

    background-color:white;
    background-image: linear-gradient(90deg, rgba(255, 207, 144, 0.5) 50%, transparent 50%),
    linear-gradient(rgba(255, 207, 144, 0.5) 50%, transparent 50%);
    background-size:10rem 10rem;
    */
  background: -webkit-gradient(linear, left top, left bottom, from(#f9b45a), color-stop(#faca8c), to(#f9b45a));
  background: linear-gradient(#f9b45a, #faca8c, #f9b45a);
  width: 100%;
  position: relative;
}

.daily-special a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: black;
  text-decoration: none;
}

@media screen and (max-width: 600px) {
  .daily-special a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.daily-special .daily-special-image {
  padding: 2rem;
  width: 30%;
  border-right: 5px solid gray;
  background: white;
}

@media screen and (max-width: 600px) {
  .daily-special .daily-special-image {
    border-right: 0;
    border-bottom: 5px solid gray;
    width: 100%;
  }
}

.daily-special .daily-special-image img {
  width: 100%;
}

.daily-special .daily-special-info {
  width: 65%;
  padding: 3rem 3rem 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 600px) {
  .daily-special .daily-special-info {
    width: 100%;
    padding: 1rem;
  }
}

.daily-special .daily-special-discount-percantages {
  background: yellow;
  border: 1px solid black;
  border-radius: 50%;
  color: black;
  font-size: 3.4rem;
  width: 15rem;
  height: 10rem;
  line-height: 10rem;
  text-align: center;
  font-weight: bold;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media screen and (max-width: 600px) {
  .daily-special .daily-special-discount-percantages {
    position: absolute;
    top: 3rem;
  }
}

.daily-special .daily-special-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 5rem;
}

@media screen and (max-width: 600px) {
  .daily-special .daily-special-price {
    font-size: 3rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.daily-special .daily-special-price .daily-special-full-price span.discount {
  color: red;
  text-decoration: line-through;
}

.daily-special .daily-special-name p {
  font-weight: bold;
  font-size: 6.4rem;
}

@media screen and (max-width: 600px) {
  .daily-special .daily-special-name p {
    font-size: 4rem;
  }
}

.news-articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 2rem;
}

.news-articles .card-article {
  width: 49%;
  background: white;
  margin-bottom: 2rem;
}

@media screen and (max-width: 1000px) {
  .news-articles .card-article {
    width: 100%;
  }
}

@media screen and (min-width: 1500px) {
  .news-articles .card-article {
    width: 30%;
  }
}

.news-articles .card-article .card-article-image {
  height: 40rem;
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  .news-articles .card-article .card-article-image {
    height: auto;
  }
}

.news-articles .card-article .card-article-image img {
  display: block;
  height: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .news-articles .card-article .card-article-image img {
    width: 100%;
    height: auto;
  }
}

.news-articles .card-article .card-article-info {
  padding: 1rem;
}

.article-item {
  width: 70%;
  margin: 0 auto;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 600px) {
  .article-item {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 600px) {
  .article-item .article-item-image {
    width: 100%;
  }
}

.article-item .article-item-image img {
  width: 100%;
  display: block;
}

.article-item .article-item-content {
  padding: 2rem;
}

@media screen and (max-width: 600px) {
  .article-item .article-item-content {
    width: 100%;
  }
}

footer {
  background: #2E383F;
  min-height: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
}

footer p {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  color: ghostwhite;
}

.cookie-popup {
  background-color: white;
  padding: 2rem;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 7.5rem;
}

.hide-popup, .hide {
  display: none !important;
}

.email {
  width: 50%;
  padding: 2rem;
}

@media screen and (max-width: 1000px) {
  .email {
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .email {
    width: 50%;
  }
}

@media screen and (min-width: 1500px) {
  .email {
    width: 30%;
  }
}

.email input {
  padding: 1rem;
}

.email input[type="submit"] {
  width: 20rem;
}

@media screen and (max-width: 600px) {
  .email input[type="submit"] {
    width: 100%;
  }
}

.email textarea {
  height: 30rem;
  padding: 1rem;
}

form {
  width: 20rem;
  padding: 1rem;
}

form label {
  display: block;
  margin: 1rem 0 .5rem 0;
}

form input {
  width: 100%;
  height: 3rem;
}

form textarea {
  width: 100%;
}

textarea.no-specific-height {
  height: initial;
}

table {
  width: 100%;
  text-align: left;
  padding: 1rem;
  background: white;
  border-radius: .5rem;
  -webkit-box-shadow: 0 0 .1rem gray;
          box-shadow: 0 0 .1rem gray;
  border-collapse: collapse;
}

table tr:nth-child(even) {
  background: #f3f3f3;
}

.table-image {
  /*max-width: 75px;
    max-height: 75px;*/
}

.table-image img {
  max-width: 75px;
  max-height: 75px;
  display: block;
  margin: 0 auto;
}

tr .table-actions .table-actions-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

tr:last-of-type td {
  border: 0;
}

td, th {
  padding: .3rem .5rem;
  border-bottom: 1px solid #cccccc;
}

.form--small {
  width: 20%;
}

.form--full {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  background: white;
  -webkit-box-shadow: 0px 0px 1px grey;
          box-shadow: 0px 0px 1px grey;
  border-radius: .5rem;
  margin-top: 1rem;
}

.form--full img {
  width: 100%;
}

.form--full hr {
  margin: 1rem 0;
}

.form--full h2 {
  text-align: center;
}

.form-input {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-input .form-image {
  width: 40%;
}

.form-info textarea {
  min-height: 10rem;
}

.form-input .form-image img {
  width: 100%;
}

.form-input .form-info {
  width: 49.5%;
}

.form-input .form-image {
  width: 49.5%;
  height: 302px;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-input .form-image div {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.form-input .form-image img {
  max-width: 100%;
  max-height: 100%;
  width: initial;
  display: block;
  height: -webkit-fill-available;
}

.btn, .btn:link, .btn:visited {
  display: inline-block;
  padding: 1rem 2rem;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: .5rem;
  height: initial;
  cursor: pointer;
  -webkit-appearance: none;
}

.btn {
  height: 5rem;
}

.btn-orange {
  background-color: #ffa500;
}

.btn-red {
  background-color: #ff0000;
}

.btn-green {
  background-color: #659b15;
}

.cart {
  width: 100%;
  padding: 1rem;
  background-color: #e9e9e9;
}

.cart .cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*min-height: 8rem;*/
  width: 100%;
  padding: 1rem;
  margin-bottom: 1rem;
  background: #ffffff;
}

.cart .cart-item .cart-item-image {
  width: 10%;
}

@media screen and (max-width: 400px) {
  .cart .cart-item .cart-item-image {
    width: 30%;
  }
}

.cart .cart-item .cart-item-image img {
  display: block;
  width: 100%;
}

.cart .cart-item .cart-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 1rem;
  width: 90%;
}

@media screen and (max-width: 400px) {
  .cart .cart-item .cart-item-info {
    width: 70%;
  }
}

.cart .cart-item .cart-item-info .cart-item-info-container {
  /*font-size: 3rem;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

@media screen and (max-width: 600px) {
  .cart .cart-item .cart-item-info .cart-item-info-container {
    /*font-size: 2rem;*/
  }
}

.cart .cart-item .cart-item-info .cart-item-info-container .cart-item-info-title {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 60%;
}

.cart .cart-item .cart-item-info .cart-item-info-container .cart-item-info-title h3 {
  font-size: 2.6rem;
}

.cart .cart-item .cart-item-info .cart-item-info-container .price {
  width: 20%;
}

.cart .cart-item .cart-item-info .cart-item-info-container .amount {
  width: 20%;
}

.cart .cart-item .cart-item-info .cart-item-info-container .amount input {
  width: 3rem;
  text-align: center;
}

.cart .cart-item .cart-item-info .cart-item-product-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 400px) {
  .cart .cart-item .cart-item-info .cart-item-product-amount {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.cart .cart-item .cart-item-info .inline-red {
  color: #ff0000;
  text-decoration: underline;
}

#message {
  position: fixed;
  top: -10rem;
  -webkit-transition: all .5s;
  transition: all .5s;
  margin: 0 auto;
}

#message.success {
  background: #82c81b;
  padding: 1rem;
  font-weight: bold;
  border: 0.1rem solid #659b15;
  border-radius: .5rem;
  max-width: 160rem;
  top: 1rem;
  left: 1rem;
  right: 1rem;
}

#message.error {
  background: #ff3333;
  padding: 1rem;
  font-weight: bold;
  border: 0.1rem solid #ff0000;
  border-radius: .5rem;
  max-width: 160rem;
}

#message.hide {
  top: -10rem;
}

.total-price {
  text-align: right;
  font-size: 2rem;
}

.total-price span {
  font-size: 2.5rem;
  font-weight: bold;
}

.nav-categories {
  width: 100%;
  height: 5rem;
  background: white;
  border-bottom: 1px solid gray;
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1rem;
}

.nav-categories .nav-categories-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 5%;
}

.nav-categories .nav-categories-left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: black;
}

.nav-categories .nav-categories-left a span {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.nav-categories .nav-categories-right {
  width: 5%;
}

.nav-categories .nav-categories-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 90%;
}

.nav-categories .nav-categories-main .category-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: black;
  padding: 0 .5rem;
}

.nav-categories .nav-categories-main .category-item span {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.subcategory-header {
  display: inline-block;
  padding: 0 1rem;
}

.subcategory-header:first-of-type {
  padding-top: 1rem;
}

.product-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 99%;
      grid-template-columns: 99%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  grid-gap: 1rem;
  padding: 1rem;
  padding-bottom: 3rem;
}

@media screen and (max-width: 600px) {
  .product-container {
    -ms-grid-columns: 99%;
        grid-template-columns: 99%;
  }
}

@media screen and (min-width: 600px) {
  .product-container {
    -ms-grid-columns: 49% 49%;
        grid-template-columns: 49% 49%;
  }
}

@media screen and (min-width: 1000px) {
  .product-container {
    -ms-grid-columns: 24% 24% 24% 24%;
        grid-template-columns: 24% 24% 24% 24%;
  }
}

@media screen and (min-width: 1440px) {
  .product-container {
    -ms-grid-columns: 19% 19% 19% 19% 19%;
        grid-template-columns: 19% 19% 19% 19% 19%;
  }
}

.product-container a {
  color: black;
  text-decoration: none;
}

.product-container .product-item {
  background: white;
  text-align: center;
  -webkit-transition: .5s all;
  transition: .5s all;
  -webkit-box-shadow: 0px 0px 1px gray;
          box-shadow: 0px 0px 1px gray;
}

.product-container .product-item a {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.product-container .product-item .product-image {
  height: 260px;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.product-container .product-item .product-image img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  -webkit-transition: .5s transform;
  transition: .5s transform;
  outline: 1px solid transparent;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.product-container .product-item .product-image img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.product-container .product-item:hover {
  -webkit-box-shadow: 0px 0px 10px gray;
          box-shadow: 0px 0px 10px gray;
}

.product-container .product-item .product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.product-container .product-item .product-info .product-art {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.2rem;
  margin-top: 1rem;
}

.product-container .product-item .product-info .product-art span {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 25%;
  text-align: left;
}

.product-container .product-item .product-info .product-art span:nth-child(2) {
  font-size: 2rem;
  width: 50%;
  text-align: center;
}

.product-container .product-item .product-info .product-art span:nth-child(3) {
  text-align: right;
}

.product-container .product-item .product-info p:first-of-type {
  margin: 1rem 0;
}

.layout-widget {
  position: absolute;
  top: 6rem;
  left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.layout-widget a {
  display: block;
  padding: .3rem 0;
}

.detail-image {
  width: 100%;
  text-align: center;
}

.detail-image img {
  max-width: 100%;
  max-height: 100%;
}

.size-widget {
  position: absolute;
  right: 1rem;
  top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.size-widget .button-a3 {
  background: whitesmoke;
  height: 75px;
  width: 52.5px;
  border: 0;
  border-top: 15px solid #aaddfa;
  border-bottom: 5px solid #aaddfa;
  -webkit-box-shadow: 0 0 .1rem gray;
          box-shadow: 0 0 .1rem gray;
  margin: .5rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.size-widget .button-a3:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 0 .5rem gray;
          box-shadow: 0 0 .5rem gray;
}

.size-widget .button-a4 {
  background: whitesmoke;
  height: 52.5px;
  width: 37.5px;
  border: 0;
  border-top: 10px solid #aaddfa;
  border-bottom: 4px solid #aaddfa;
  -webkit-box-shadow: 0 0 .1rem gray;
          box-shadow: 0 0 .1rem gray;
  margin: .5rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.size-widget .button-a4:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 0 .5rem gray;
          box-shadow: 0 0 .5rem gray;
}

.size-widget .button-a5 {
  background: whitesmoke;
  height: 27px;
  width: 37.5px;
  border: 0;
  border-top: 3px solid #aaddfa;
  border-bottom: 1px solid #aaddfa;
  -webkit-box-shadow: 0 0 .1rem gray;
          box-shadow: 0 0 .1rem gray;
  margin: .5rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.size-widget .button-a5:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 0 .5rem gray;
          box-shadow: 0 0 .5rem gray;
}

.size-widget .button-pricer {
  background: #dadada;
  height: 33px;
  width: 65px;
  border-top: 3px solid whitesmoke;
  border-bottom: 3px solid whitesmoke;
  border-left: 10px solid whitesmoke;
  border-right: 10px solid whitesmoke;
  -webkit-box-shadow: 0 0 .1rem gray;
          box-shadow: 0 0 .1rem gray;
  margin: .5rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.size-widget .button-pricer:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 0 .5rem gray;
          box-shadow: 0 0 .5rem gray;
}

.sign-panel .sign-checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sign-panel .sign-checkboxes span {
  width: 80%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.sign-panel .sign-checkboxes input {
  width: 20%;
}

.sign-header {
  font-family: Balloon;
  font-size: 10rem;
}

.sign-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sign {
  font-family: Balloon;
  width: 21cm;
  height: 29.7cm;
  max-height: 29.7cm;
  padding: 5cm 0 1.25cm 0;
  border: 1px #D3D3D3 solid;
  border-radius: 5px;
  background: white;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  zoom: 0.75;
}

.sign .sign-header-container {
  height: 25%;
  /*background: rgb(255, 203, 203);*/
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.sign .sign-header-container .sign-header {
  font-family: Balloon;
  text-align: center;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10rem;
  width: 100%;
}

.sign .sign-header-container input {
  background: none;
}

.sign .sign-header-container.single-header {
  height: 110px;
}

.sign .sign-header-container.single-header input {
  height: 100%;
}

.sign .sign-details-container {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*background: rgb(235, 255, 203);*/
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sign .sign-details-container .sign-details-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.sign .sign-details-container .sign-details-info.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.sign .sign-details-container .sign-details-info .mini-product-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
}

.sign .sign-details-container .sign-details-info .mini-product-item .mini-product-item-info {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sign .sign-details-container .sign-details-info .mini-product-item .mini-product-item-info input {
  height: 28%;
  font-family: Balloon;
  font-size: 3.2rem;
  background: none;
  word-break: break-word;
  padding: 0 .5rem;
}

.sign .sign-details-container .sign-details-info .mini-product-item .mini-product-item-info input:last-child {
  height: 16%;
  font-size: 1.5rem;
}

.sign .sign-details-container .sign-details-info .mini-product-item .mini-product-item-price {
  width: 60%;
  height: 50%;
  max-height: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-item-align: center;
      align-self: center;
}

.sign .sign-details-container .sign-details-info .mini-product-item .mini-product-item-price .price-text {
  width: 40%;
  text-align: right;
  font-family: Balloon;
  font-size: 5rem;
  background: none;
  word-break: break-word;
  padding: 0 .5rem;
}

.sign .sign-details-container .sign-details-info .mini-product-item .mini-product-item-price .product-price {
  width: 60%;
  position: relative;
}

.sign .sign-details-container .sign-details-info .mini-product-item .mini-product-item-price .product-price .price-number {
  position: relative;
  z-index: 10;
  font-family: Balloon;
  font-size: 7rem;
  background: none;
  word-break: break-word;
  padding: 0 .5rem;
  width: 100%;
  height: 100%;
  text-align: center;
}

.sign .sign-details-container .sign-details-info .mini-product-item .mini-product-item-price .product-price .price-container {
  z-index: 1;
  position: absolute;
  top: -1.3rem;
  left: -1rem;
  height: 8.5rem;
  width: 110%;
  right: 0;
}

.sign .sign-details-container .sign-details-info .sign-detail {
  /*min-height: 20%;*/
  width: 50%;
  font-size: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 2rem;
  /*&:nth-child(even) {
                    width: 30%
                }*/
}

.sign .sign-details-container .sign-details-info .sign-detail .isolation-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.sign .sign-details-container .sign-details-info .sign-detail .detail-header {
  font-family: Balloon;
  font-size: 1.6rem;
  /*padding: 0 .5rem;*/
  overflow: visible;
}

.sign .sign-details-container .sign-details-info .sign-detail .detail-value {
  font-family: Balloon;
  font-size: 3.2rem;
  background: none;
  resize: none;
  word-break: break-word;
  padding: 0 .5rem;
}

.sign .sign-details-container .sign-details-info .sign-detail .half {
  width: 50%;
}

.sign .sign-details-container .sign-details-info .sign-detail .heat-sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  padding-right: 1.5rem;
}

.sign .sign-details-container .sign-details-info .sign-detail .heat-sign .heat-top {
  display: inline-block;
  font-size: 1.3rem;
}

.sign .sign-details-container .sign-details-info .sign-detail .heat-sign .arrow-left {
  text-align: left;
}

.sign .sign-details-container .sign-details-info .sign-detail .heat-sign .arrow-center {
  text-align: center;
}

.sign .sign-details-container .sign-details-info .sign-detail .heat-sign .arrow-right {
  text-align: right;
}

.sign .sign-details-container .sign-details-info .sign-detail .heat-sign .heat-middle {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  border: 1px solid black;
  background: -webkit-gradient(linear, left top, right top, from(#00adff), color-stop(#fbff00), to(#ff0000));
  background: linear-gradient(0.25turn, #00adff, #fbff00, #ff0000);
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  border-radius: 1rem;
  width: 100%;
}

.sign .sign-details-container .sign-details-info .sign-detail .heat-sign .heat-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sign .sign-details-container .sign-details-info .sign-detail .heat-sign .heat-bottom span {
  font-size: 1rem;
  width: 33%;
  text-align: center;
}

.sign .sign-details-container .sign-details-info .sign-detail .heat-sign .heat-bottom span:first-child {
  text-align: left;
}

.sign .sign-details-container .sign-details-info .sign-detail .heat-sign .heat-bottom span:last-child {
  text-align: right;
}

.sign .sign-details-container .sign-details-info .sign-detail.full {
  width: 100%;
}

.sign .sign-details-container .sign-details-info .detail-half-container {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.sign .sign-details-container .sign-details-info .detail-half-container .sign-detail {
  width: 100%;
}

.sign .sign-details-container .sign-details-info .detail-half-container .full-height {
  height: 90%;
}

.sign .sign-details-container .sign-details-info .detail-half-container .img-container, .sign .sign-details-container .sign-details-info .detail-half-container div {
  margin: 0 auto;
  max-height: 100%;
}

.sign .sign-details-container .sign-details-info .detail-half-container .img-container img, .sign .sign-details-container .sign-details-info .detail-half-container div img {
  max-width: 100%;
  max-height: 57vh;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.sign .sign-details-container .sign-details-info .detail-half-container.w45 {
  width: 45%;
}

.sign .sign-details-container .sign-details-info .detail-half-container.w55 {
  width: 55%;
}

.sign .sign-details-container .sign-details-info .detail-full-container {
  width: 100%;
  max-height: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.sign .sign-details-container .sign-details-info .detail-full-container .sign-detail {
  width: 50%;
}

.sign .sign-details-container .sign-details-info .detail-full-container .img-container {
  margin: 0 auto;
  max-height: 100%;
}

.sign .sign-details-container .sign-details-info .detail-full-container .img-container img {
  max-width: 100%;
  max-height: 100%;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.sign .sign-details-container .sign-details-info .details-single {
  font-family: Balloon;
  width: 100%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  /*position: absolute;
    
                top: 0px;
                left: 0px;
                right: 0px;
                bottom: 0px;*/
  font-size: 10rem;
  text-align: center;
}

.sign .sign-details-container .sign-details-info input {
  background: none;
}

.sign .sign-details-container .washing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1rem;
}

.sign .sign-details-container .washing .washing-item {
  width: 20%;
  margin: 0 .5rem;
  position: relative;
  text-align: center;
}

.sign .sign-details-container .washing .washing-item .washer-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.sign .sign-details-container .washing .washing-item .washer-text span {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 0 auto;
  font-size: 2rem;
  padding-top: .5rem;
}

.sign .sign-details-container .washing .washing-item .gentle-bar {
  font-size: 1.2rem;
  position: absolute;
  bottom: .85rem;
  left: 15%;
  right: 15%;
  border: 1px solid black;
}

.sign .sign-details-container .washing .washing-item .little-info {
  font-size: 1.2rem;
  position: absolute;
  bottom: -.5rem;
  left: 0;
  right: 0;
}

.sign .sign-details-container .washing .washing-item .much-info {
  font-size: 1rem;
  position: absolute;
  bottom: -.5rem;
  left: -.4rem;
  right: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.sign .sign-details-container .washing .washing-item img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.sign .sign-details-container .details-markings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  height: 100px;
  padding: .5rem 1.5rem;
}

.sign .sign-details-container .details-markings .marking-item {
  max-width: 20%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 .5rem;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.sign .sign-details-container .details-markings .marking-item img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100%;
  max-width: 100%;
  display: block;
}

.sign .sign-footer-container {
  /*height: 25%;*/
  width: 100%;
  /*background: rgb(203, 232, 255);*/
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.sign .sign-footer-container .price-container {
  position: relative;
}

.sign .sign-footer-container .price-container .price-text {
  font-family: Balloon;
  width: 30%;
  font-size: 9rem;
  text-align: right;
}

.sign .sign-footer-container .price-container .price-number {
  font-family: Balloon;
  width: 70%;
  font-size: 16rem;
  text-align: center;
}

.sign .sign-footer-container .footer-art {
  font-family: Balloon;
  width: 100%;
  font-size: 3.3rem;
  text-align: center;
  color: black;
  /*background: rgb(119, 239, 255);*/
}

.sign .sign-footer-container input {
  background: none;
}

.sign header {
  height: 25%;
  background: white;
  position: relative;
  top: 1rem;
}

.sign header .sign-name, .sign header .sign-type {
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10rem;
}

.sign header .sign-name input, .sign header .sign-type input {
  font-family: Balloon;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 72px;
}

.sign main {
  height: 47%;
  background: white;
  display: block;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  position: relative;
  top: 1rem;
  z-index: 1;
}

.sign main .sign-detail-container {
  height: 80%;
  width: 100%;
  /*padding: .2cm 0 0 0;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sign main .sign-detail-container label {
  display: block;
  height: 40%;
}

.sign main .sign-detail-container input {
  font-family: Balloon;
  width: 100%;
  height: 60%;
  font-size: 18px;
}

.sign main .sign-detail-container .sign-detail {
  /*min-height: 20%;*/
  width: 50%;
  font-size: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 2rem;
  /*&:nth-child(even) {
                    width: 30%
                }*/
}

.sign main .sign-detail-container .sign-detail.full {
  width: 100%;
}

.sign main .sign-detail-container .sign-detail span {
  font-size: 1.6rem;
}

.sign main .sign-detail-container .sign-detail p {
  padding-left: 1rem;
}

.sign main .sign-detail-container .sign-detail .heat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 1rem;
}

.sign main .sign-detail-container .sign-detail .heat .heat-sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}

.sign main .sign-detail-container .sign-detail .heat .heat-sign .heat-top {
  display: inline-block;
  font-size: 1rem;
}

.sign main .sign-detail-container .sign-detail .heat .heat-sign .arrow-left {
  text-align: left;
}

.sign main .sign-detail-container .sign-detail .heat .heat-sign .arrow-center {
  text-align: center;
}

.sign main .sign-detail-container .sign-detail .heat .heat-sign .arrow-right {
  text-align: right;
}

.sign main .sign-detail-container .sign-detail .heat .heat-sign .heat-middle {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  border: 1px solid black;
  background: -webkit-gradient(linear, left top, right top, from(#00adff), color-stop(#fbff00), to(#ff0000));
  background: linear-gradient(0.25turn, #00adff, #fbff00, #ff0000);
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  border-radius: 1rem;
  width: 100%;
}

.sign main .sign-detail-container .sign-detail .heat .heat-sign .heat-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sign main .sign-detail-container .sign-detail .heat .heat-sign .heat-bottom span {
  font-size: 1rem;
  width: 33%;
  text-align: center;
}

.sign main .sign-detail-container .sign-detail .heat .heat-sign .heat-bottom span:first-child {
  text-align: left;
}

.sign main .sign-detail-container .sign-detail .heat .heat-sign .heat-bottom span:last-child {
  text-align: right;
}

.sign main .sign-detail-container .sign-detail .washing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 60%;
}

.sign main .sign-detail-container .sign-detail .washing div img {
  display: block;
  width: 100%;
}

.sign main .sign-detail-container .sign-detail .washing .washing-item {
  position: relative;
}

.sign main .sign-detail-container .sign-detail .washing .washing-item .washing-item-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

.sign main .sign-detail-container .sign-detail .washing .washing-item .washing-item-size {
  font-size: 1rem;
  text-align: center;
  position: relative;
  top: -.7rem;
  width: 60%;
  margin: 0 auto;
}

.sign main .sign-detail-container .sign-detail .washing .washing-item .washing-soft {
  border-top: 2px solid black;
}

.sign main .sign-detail-container .sign-detail .washing .washing-item #info-washer {
  line-height: 4.9rem;
  font-size: 1.8rem;
}

.sign main .sign-detail-container .sign-detail .washing .washing-item #info-dryer {
  line-height: 5.2rem;
  font-size: 5.6rem;
}

.sign main .sign-detail-container .sign-detail .washing .washing-item #info-cleaning {
  line-height: 5.6rem;
  font-size: 3.6rem;
}

.sign main .sign-detail-container .full {
  width: 100%;
}

.sign main .full {
  width: 100%;
}

.sign main .sign-markings {
  height: 20%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sign main .sign-markings input {
  font-family: Balloon;
  width: 100%;
  height: 100%;
  font-size: 72px;
}

.sign main .sign-markings .sign-marking-item {
  max-width: 20%;
}

.sign main .sign-markings .sign-marking-item img {
  display: block;
  width: 100%;
}

.sign main .sign-markings #hoie, .sign main .sign-markings #flora-danica, .sign main .sign-markings #denmark, .sign main .sign-markings #norway, .sign main .sign-markings #naaf, .sign main .sign-markings #nomite, .sign main .sign-markings #downafresh, .sign main .sign-markings #oeko, .sign main .sign-markings #downfeel, .sign main .sign-markings #aloe-vera, .sign main .sign-markings #basic, .sign main .sign-markings #plus, .sign main .sign-markings #gold {
  max-width: 20%;
  padding: 0 .15rem;
}

.sign main .sign-markings #hoie, .sign main .sign-markings #basic, .sign main .sign-markings #plus, .sign main .sign-markings #gold, .sign main .sign-markings #hcc {
  max-width: 15%;
}

.sign main .sign-markings #aloe-vera, .sign main .sign-markings #comforel, .sign main .sign-markings #quallofil {
  max-width: 10%;
}

.sign main .sign-markings #denmark, .sign main .sign-markings #norway {
  max-width: 10%;
}

.sign footer {
  height: 28%;
  background: white;
  display: block;
  padding: 0 5rem;
  position: relative;
  bottom: 2rem;
}

.sign footer .highlight {
  position: absolute;
  top: 6rem;
  left: 2rem;
  z-index: 1;
  width: 95%;
  height: 70%;
}

.sign footer .highlight img {
  display: block;
  width: 100%;
}

.sign footer .sign-discount {
  height: 30%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 2;
}

.sign footer .sign-discount span {
  min-width: 27%;
  font-size: 4rem;
  display: inline-block;
  position: relative;
  bottom: .8rem;
}

.sign footer .sign-discount input {
  font-family: Balloon;
  width: 100%;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  font-size: 56px;
}

.sign footer .sign-discount p {
  display: inline-block;
  width: 100%;
  font-size: 7rem;
  color: black;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.sign footer .white-font {
  visibility: hidden;
}

.sign footer .sign-price {
  height: 50%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 2;
}

.sign footer .sign-price span {
  /*width: 40%;*/
  font-size: 9rem;
  display: inline-block;
}

.sign footer .sign-price input {
  font-family: Balloon;
  width: 100%;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  font-size: 100px;
}

.sign footer .sign-price p {
  display: inline-block;
  width: 100%;
  text-align: right;
  color: black;
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: 16rem;
  position: relative;
  bottom: -3rem;
}

.sign footer .sign-number {
  height: 20%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  top: 1.7rem;
  z-index: 2;
}

.sign footer .sign-number input, .sign footer .sign-number p {
  font-family: Balloon;
  width: 100%;
  font-size: 3.3rem;
  text-align: center;
  color: black;
}

.subpage {
  padding: 1cm;
  border: 5px red solid;
  height: 256mm;
  outline: 2cm #FFEAEA solid;
}

.digital-pricer {
  position: absolute;
  top: -1.2rem;
  right: 15%;
  width: 8.3cm;
  height: 4.2cm;
  background: whitesmoke;
  border: 1px solid lightgray;
  border-radius: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}

.digital-pricer .digital-pricer-screen {
  width: 6.3cm;
  height: 3.3cm;
  background: lightgray;
  border: 1px solid gray;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

#sign.a3 {
  background: url(/public/assets/img/signs/a3.jpg) center center/contain no-repeat;
  padding: 6.1cm 0 2cm 0;
}

#sign.a4 {
  background: url(/public/assets/img/signs/a4.jpg) center center/contain no-repeat;
  padding: 4.25cm 0.5cm 2cm 0.5cm;
}

#sign.a5 {
  background: url(/public/assets/img/signs/a5-1.jpg) center center/contain no-repeat;
  padding: 4.3cm .7cm 1.3cm .7cm;
}

#sign-copy.a5 {
  background: url(/public/assets/img/signs/a5-2.jpg) center center/contain no-repeat;
  padding: 4.3cm .7cm 1.3cm .7cm;
}

.digital-pricer-backside {
  width: 7cm;
  height: 2.5cm;
  background: whitesmoke;
  border: 1px solid gray;
  border-radius: 1rem;
  margin: 1.5cm auto .3cm auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.digital-pricer-backside p {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

/*@page {
    //size: A5 landscape;
    margin: 0;
}*/
@media print {
  body, html, main {
    background: white;
  }
  .sign-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
  .sign-container .sign {
    margin: 0;
    border: initial;
    border-radius: initial;
    /*width: initial;*/
    /*min-height: initial;*/
    -webkit-box-shadow: initial;
            box-shadow: initial;
    /*background: initial;*/
    /*page-break-after: always*/
    padding: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sign-container .sign.a3 {
    background: none;
    zoom: 2;
  }
  .sign-container .sign.a4 {
    background: none;
    min-height: 29.7cm;
    height: 29.7cm;
    zoom: 1;
  }
  .sign-container .sign.a5 {
    background: none;
    zoom: .5;
  }
  .sign-container .sign.a5 .sign-details-container {
    display: block;
  }
  .sign-container.no-flex {
    display: initial;
  }
  textarea {
    border: 0px;
    resize: none;
  }
  nav, .sign-panel, #message {
    display: none;
  }
  input {
    border: 0 !important;
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }
  .heat-middle {
    border: 1px solid black;
    background: -webkit-gradient(linear, left top, right top, from(#00adff), color-stop(#fbff00), to(#ff0000));
    background: linear-gradient(0.25turn, #00adff, #fbff00, #ff0000);
  }
  .a4 {
    background: none;
  }
  .layout-widget {
    display: none;
  }
  .sign-container {
    width: 100%;
  }
  .size-widget {
    display: none;
  }
  #sign.a3 {
    background: none;
  }
  #sign.a4 {
    background: none;
  }
  #sign.a5 {
    background: none;
  }
  #sign-copy.a5 {
    background: none;
  }
  .admin-sidebar, .header-nav {
    display: none !important;
  }
  .admin-content {
    margin: 0 !important;
  }
  .admin-main {
    height: auto !important;
    padding: 0 !important;
    overflow: hidden !important;
  }
}

.shipment-calculator {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.shipment-calculator .shipment-calculator-table-container {
  width: 100%;
  padding: 1rem;
}

.shipment-calculator .shipment-calculator-table-container .shipment-headers, .shipment-calculator .shipment-calculator-table-container .shipment-small, .shipment-calculator .shipment-calculator-table-container .shipment-medium, .shipment-calculator .shipment-calculator-table-container .shipment-large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.shipment-calculator .shipment-calculator-table-container .shipment-headers input, .shipment-calculator .shipment-calculator-table-container .shipment-headers span, .shipment-calculator .shipment-calculator-table-container .shipment-small input, .shipment-calculator .shipment-calculator-table-container .shipment-small span, .shipment-calculator .shipment-calculator-table-container .shipment-medium input, .shipment-calculator .shipment-calculator-table-container .shipment-medium span, .shipment-calculator .shipment-calculator-table-container .shipment-large input, .shipment-calculator .shipment-calculator-table-container .shipment-large span {
  display: inline-block;
  width: 19%;
}

.shipment-calculator .shipping-zone-container {
  padding: 1rem;
}

.shipment-calculator .shipment-shopping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 1rem;
}

.shipment-calculator .shipment-shopping .shipment-products {
  width: 49%;
}

.shipment-calculator .shipment-shopping .shipment-products .shipment-product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: .5rem;
}

.shipment-calculator .shipment-shopping .shipment-products .shipment-product-item .product-image {
  width: 50px;
}

.shipment-calculator .shipment-shopping .shipment-products .shipment-product-item .product-image img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.shipment-calculator .shipment-shopping .shipment-products .shipment-product-item .product-info {
  padding: 0 1rem;
  min-width: 25rem;
}

.shipment-calculator .shipment-shopping .shipment-products .shipment-product-item .product-info .product-art {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.shipment-calculator .shipment-shopping .shipment-products .shipment-product-item .product-shipment {
  text-align: center;
}

.shipment-calculator .shipment-shopping .shipment-products .shipment-product-item .product-atc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: .5rem;
}

.shipment-calculator .shipment-shopping .shipment-products .shipment-product-item .product-atc button {
  display: inline-block;
  padding: 1rem;
  background: #7dff7d;
  border: 1px solid green;
}

.shipment-calculator .shipment-shopping .shipment-cart {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.shipment-calculator .shipment-shopping .shipment-cost {
  text-align: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.form-product-details {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 49% 49%;
      grid-template-columns: 49% 49%;
  grid-gap: .5rem;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.marking-row {
  height: 65px;
}

.hidden {
  visibility: hidden !important;
}
/*# sourceMappingURL=styles.css.map */