@import url("https://fonts.googleapis.com/css?family=Varela+Round|Montserrat:300|Roboto:100");
html {
  min-height: 100%;
}
body {
  padding: 0;
  margin: 0;
  background-image: linear-gradient(to bottom, #c7c400, #fde01a 1000px, #ff9821);
  background: linear-gradient(to bottom, #c7c400, #fde01a 1000px, #ff9821);
  background: -webkit-linear-gradient(to bottom, #c7c400, #fde01a 1000px, #ff9821);
  background: -moz-linear-gradient(to bottom, #c7c400, #fde01a 1000px, #ff9821);
}
.body-order {
  display: grid;
  padding: 0;
  margin: 0;
  background: linear-gradient(to bottom, #fde01a, #fde01a, #c7c400);
  background: -webkit-linear-gradient(to bottom, #fde01a, #fde01a, #c7c400);
  background: -moz-linear-gradient(to bottom, #fde01a, #fde01a, #c7c400);
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
h1 {
  font-family: "roboto", sans serif;
  font-size: 24px;
  line-height: 30px;
  color: #4f585c;
}
.order-page-text-color {
  color: white;
}
h2 {
  font-family: "roboto", sans serif;
  font-size: 24px;
  line-height: 30px;
  color: #4f585c;
}
p {
  font-family: "montserrat", sans serif;
  font-size: 1em;
  color: #4f585c;
  line-height: 1.7em;
}
form {
  margin-top: 3em;
  min-height: 100%;
}
.form-wrapper {
  width: 100%;
  min-height: 100%;
  max-width: 450px;
  min-height: 568px;
  margin: auto;
}
label {
  font-family: "montserrat", sans serif;
  font-size: 1em;
  color: white;
  line-height: 2em;
  margin-top: 1em;
  display: inline-block;
}
input,
select {
  width: 95%;
  max-width: 450px;
  height: 40px;
  font-family: "montserrat", sans serif;
  font-size: 1em;
  color: #15263b;
  outline: none;
  border: 0;
  padding: 0 0.5em;
  border-radius: 0;
  box-sizing: content-box;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-appearance: none;
  -moz-border-radius: 0px;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
textarea {
  width: 95%;
  max-width: 450px;
  font-family: "montserrat", sans serif;
  font-size: 1em;
  color: black;
  line-height: 1.6em;
  outline: none;
  resize: none;
  padding: 0.5em;
  color: #15263b;
  border: 0;
  border-radius: 0;
  border-width: 0;
  box-sizing: content-box;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-appearance: none;
  -moz-border-radius: 0px;
}
ul {
  font-family: "montserrat", sans serif;
  color: #4f585c;
  font-size: 1em;
  line-height: 1.5em;
  list-style-type: disc;
  border-radius: 10px;
  padding: 1em;
  width: 90%;
  max-width: 420px;
}
li {
  list-style-type: none;
  border-radius: 1em;
  margin-bottom: 0.5em;
  padding: 1em;
  color: white;
}
li:nth-child(even) {
  background-color: #4f474c;
}
li:nth-child(odd) {
  background-color: #f8f8f8;
}
.main-logo {
  width: 136px;
  height: auto;
}
.loser-logo {
  position: relative;
  display: block;
  margin: auto;
  width: 105px;
  height: auto;
}
.micerium-logo {
  position: relative;
  display: block;
  margin: auto;
  width: 60px;
  height: auto;
}
.main-logo-wrapper {
  display: grid;
  justify-items: center;
  align-items: center;
  position: relative;
  /* left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); */
  margin: auto;
  background-color: #ffffff;
  width: 220px;
  height: auto;
  border-radius: 15px;
  padding: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 180px;
  visibility: hidden;
  height: 70px;
}
.loser-logo-wrapper {
  display: grid;
  justify-items: center;
  align-items: center;
  position: relative;
  /* left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); */
  margin: auto;
  background-color: #ffa700;
  width: 140px;
  height: auto;
  border-radius: 15px;
  padding: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 280px;
  visibility: hidden;
}
.micerium-logo-wrapper {
  display: grid;
  justify-items: center;
  align-items: center;
  position: relative;
  /* left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); */
  margin: auto;
  background-color: #fde01a;
  width: 140px;
  height: auto;
  border-radius: 15px;
  padding: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 300px;
  visibility: hidden;
}
.cart-icon {
  display: grid;
  position: fixed;
  z-index: 2;
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 50%;
  align-items: center;
  justify-items: center;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
}
.cart-icon-count {
  display: grid;
  position: fixed;
  align-items: center;
  justify-items: center;
  z-index: 3;
  width: 17px;
  height: 17px;
  background-color: #FF9821;
  color: white;
  border-radius: 50%;
  font-family: "montserrat", sans serif;
  font-size: 10px;
  text-decoration: none;
}
.outer-ring {
  position: absolute;
  width: 650px;
  height: 650px;
  left: 35%;
  top: -20px;
  z-index: 1;
  visibility: hidden;
}
.middle-ring {
  position: absolute;
  width: 300px;
  height: 300px;
  left: 50%;
  top: 150px;
  z-index: 1;
  visibility: hidden;
}
.inner-ring {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 60%;
  top: 250px;
  z-index: 1;
  visibility: hidden;
}
.main-grid {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: repeat(16, minmax(568px, auto));
  max-width: 1024px;
  margin: auto;
  position: relative;
}
.footer-grid {
  display: grid;
  align-items: center;
  justify-items: center;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
}
.product-grid {
  width: 100%;
  display: grid;
  align-items: center;
  justify-items: center;
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(568px, auto);
}
.product-grid-3-col {
  width: 100%;
  display: grid;
  align-items: center;
  justify-items: center;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-template-areas: "h" "pi1" "l1" "pi2" "l2" "pi3" "l3";
}
.product-grid-3-col img {
  max-width: 200px;
  height: auto;
}
.product-grid-auto {
  width: 100%;
  display: grid;
  align-items: center;
  justify-items: center;
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(250px, auto);
}
.cart-item-grid {
  display: grid;
  width: 100%;
  justify-content: start;
  align-items: start;
  justify-items: start;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
}
.cart-item-grid img {
  max-height: 150px;
  max-width: 180px;
}
.cart-item-grid p,
.cart-item-grid div {
  color: white;
  justify-self: start;
}
.cart-item-grid input {
  display: inline-block;
  width: 30px;
  height: 20px;
  text-align: center;
}
.box-compare-image-grid {
  display: grid;
  align-items: center;
  width: 100%;
  grid-template-columns: 1fr;
  grid-template-rows: 568px 568px;
}
.total-price {
  justify-content: start;
  color: white;
  width: 100%;
}
.box-order {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffa700;
  width: 100%;
  margin: auto;
  max-width: 1024px;
  padding: calc(3em) 1em calc(3em) 1em;
  border-radius: 0;
}
.box-order h1,
.box-order p {
  color: white;
}
.box-product-image-size {
  background-size: 70%;
  padding: 2em;
}
.box-product-image-size-vertical {
  background-size: 30%;
  padding: 2em;
}
.hero-box {
  overflow: hidden;
}
.hero-box-bg-wrapper {
  width: 100%;
  height: 568px;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  background-color: white;
}
.hero-box-bg-main {
  width: 100%;
  height: 100%;
  background: url("../images/herobox-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-position: center;
  overflow: hidden;
  z-index: -1;
}
.hero-text {
  font-size: 30px;
  line-height: 35px;
  max-width: 500px;
  color: white;
}
.text-content {
  max-width: 450px;
}
.product-image {
  max-width: 400px;
  height: auto;
}
.carousel {
  width: 100%;
  height: 100%;
}
.carousel-cell {
  width: 100%;
  height: 564px;
  display: grid;
  justify-items: center;
  overflow: hidden;
}
.carousel-cell-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 300px auto;
  max-width: 500px;
  overflow: hidden;
}
.carousel-product-image {
  display: grid;
  max-height: 250px;
  max-width: 100%;
  align-self: center;
  justify-self: center;
}
.carousel-product-image-vertical {
  height: 250px;
  width: auto;
  align-self: center;
  justify-self: center;
}
/* position dots in carousel */
.flickity-page-dots {
  bottom: 30px;
}
/* white circles */
.flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  border: 2px solid white;
  border-radius: 50%;
  padding: 0;
}
/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  width: 12px;
  height: 12px;
  background: white;
  border-radius: 50%;
  padding: 0;
}
.flickity-prev-next-button {
  display: none;
}
/* no circle */
.flickity-button {
  width: 50px;
  height: 50px;
  border: none;
  background: transparent;
}
.flickity-button:hover {
  border-radius: 50%;
  background: rgba(38, 29, 29, 0.35);
}
.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}
/* icon color */
.flickity-button-icon {
  fill: white;
}
.box-product-text-bgcolor {
  background-color: white;
}
.box-cart-item {
  width: 100%;
  max-width: 700px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  align-items: center;
  padding: 2em;
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 0px;
  margin-top: 1em;
  display: grid;
  justify-content: start;
  align-items: start;
  justify-items: center;
}
.box-cart-item p,
.box-cart-item div {
  color: white;
  justify-self: start;
}
.box-cart-edit-item {
  width: 100%;
  max-width: 600px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  padding: 2em;
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 0px;
  margin-top: 1em;
  display: grid;
  align-items: start;
  justify-items: center;
}
.box-cart-edit-item p,
.box-cart-edit-item div {
  color: white;
  justify-self: start;
}
.box-cart-edit-item img {
  height: 200px;
}
.box-shop-item {
  height: 100%;
  width: 100%;
  background-color: #ffa700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  align-items: center;
  padding: 2em;
  padding: 0;
}
.box-shop-item-1 {
  height: 100%;
  width: 100%;
  background-color: #ffa700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  align-items: center;
  padding: 2em;
}
.box-shop-item-1 img {
  width: 90%;
  max-width: 400px;
  height: auto;
}
.box-shop-item-2 {
  height: 100%;
  width: 100%;
  background-color: #ffa700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  align-items: center;
  padding: 2em;
}
.box-shop-item-2 h2,
.box-shop-item-2 p {
  color: white;
}
.box-shop-item-2-1 {
  height: 100%;
  width: 100%;
  background-color: #ff9821;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  align-items: center;
  padding: 2em;
}
.box-shop-item-2-1 img {
  width: 90%;
  max-width: 400px;
  height: auto;
}
.box-shop-item-2-2 {
  height: 100%;
  width: 100%;
  background-color: #ff9821;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  align-items: center;
  padding: 2em;
}
.box-shop-item-2-2 h2,
.box-shop-item-2-2 p {
  color: white;
}
.box-starter-kit-1 {
  height: 100%;
  width: 100%;
  background-color: #ffa700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  align-items: center;
  padding: 2em;
  padding: 0;
}
.box-1 {
  height: 100%;
  width: 100%;
  background-color: #ffa700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: 2em;
  justify-items: center;
}
.box-2 {
  height: 100%;
  width: 100%;
  background-color: #ff9821;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  align-items: center;
  padding: 2em;
}
.box-2 p {
  color: white;
}
.box-3 {
  height: 100%;
  width: 100%;
  background-color: #ffc400;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  align-items: center;
  padding: 2em;
}
.box-3 p {
  color: white;
}
.box-4 {
  height: 100%;
  width: 100%;
  background-color: #c7c400;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  align-items: center;
  padding: 2em;
}
.box-4 h1,
.box-4 p {
  color: white;
}
.box-5 {
  height: 100%;
  width: 100%;
  background-color: #ffc400;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  align-items: center;
  padding: 2em;
  padding: 0;
}
.box-5-1 {
  height: 100%;
  width: 100%;
  background-color: #ffc400;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  align-items: center;
  padding: 2em;
  background: url("../images/vorher-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position: left;
}
.box-5-2 {
  height: 100%;
  width: 100%;
  background-color: #ffc400;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  align-items: center;
  padding: 2em;
  background: url("../images/nachher-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position: left;
}
.box-generic-caption {
  top: 450px;
  left: unset;
  width: 270px;
  height: 60px;
  padding: 0.5em;
  background-color: white;
  opacity: 0.85;
  color: #8B9490;
  display: grid;
  justify-items: center;
  align-items: center;
  text-align: center;
  font-family: "montserrat", sans serif;
  position: absolute;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.42);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
.box-generic-caption div {
  display: grid;
  justify-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-color: #8B9490;
}
.box-generic-caption p {
  opacity: 1;
}
.box-6 {
  height: 100%;
  width: 100%;
  background-color: #f4bc02;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  align-items: center;
  padding: 2em;
}
.box-6 h1,
.box-6 p {
  color: white;
}
.box-7 {
  height: 100%;
  width: 100%;
  background-color: #ffc400;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  align-items: center;
  padding: 2em;
  background: url("../images/clinic1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0;
}
.box-8 {
  height: 100%;
  width: 100%;
  background-color: #ffc400;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  align-items: center;
  padding: 2em;
}
.box-8 p,
.box-8 h2 {
  color: white;
}
.box-9 {
  height: 100%;
  width: 100%;
  background-color: #ff8a15;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  align-items: center;
  padding: 2em;
}
.box-9 h1,
.box-9 p {
  color: white;
}
.box-10 {
  height: 100%;
  width: 100%;
  background-color: #ffc400;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  align-items: center;
  padding: 2em;
  padding: 0;
}
.box-10-1 {
  height: 100%;
  width: 100%;
  background-color: #ffc400;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  align-items: center;
  padding: 2em;
  background: url("../images/vorher-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position: left;
}
.box-10-2 {
  height: 100%;
  width: 100%;
  background-color: #ffc400;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  align-items: center;
  padding: 2em;
  background: url("../images/nachher-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position: left;
}
.box-11 {
  height: 100%;
  width: 100%;
  background-color: #c7c400;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  align-items: center;
  padding: 2em;
}
.box-11 h1,
.box-11 p {
  color: white;
}
.box-12 {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  align-items: center;
  padding: 2em;
}
.box-12-card {
  width: 100%;
  z-index: 0;
}
.box-12-content {
  max-width: 100%;
  z-index: 1;
}
.box-footer {
  height: 100%;
  width: 100%;
  background-color: #ff8a15;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  align-items: center;
  padding: 2em;
}
.box-footer p {
  color: white;
}
.text-wrapper {
  max-width: 450px;
}
.text-slide {
  max-height: 320px;
  overflow: hidden;
  margin-bottom: 1.5em;
  -webkit-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
}
.text-slide-show {
  max-height: 1000px;
  -webkit-transition: max-height 0.5s ease-in;
  transition: max-height 0.5s ease-in;
}
.square {
  position: absolute;
  z-index: 1;
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -ms-filter: blur(1px);
  -o-filter: blur(1px);
  filter: blur(1px);
}
.button-order {
  display: grid;
  position: relative;
  height: 70px;
  width: 260px;
  font-family: "montserrat", sans serif;
  font-size: 1em;
  text-align: center;
  text-align: -moz-center;
  text-align: -webkit-center;
  align-content: center;
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(to bottom, #ebe820, #989513);
  border: 0px solid #ffffff;
  outline: none;
  margin-top: 2em;
  margin-bottom: 2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.42);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  box-sizing: border-box;
}
.button-order:focus {
  outline: none;
}
.button-edit {
  display: grid;
  position: relative;
  height: 70px;
  width: 260px;
  font-family: "montserrat", sans serif;
  font-size: 1em;
  text-align: center;
  text-align: -moz-center;
  text-align: -webkit-center;
  align-content: center;
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(to bottom, #ebe820, #989513);
  border: 0px solid #ffffff;
  outline: none;
  margin-top: 2em;
  margin-bottom: 2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.42);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  box-sizing: border-box;
  width: 150px;
  height: 40px;
  border-radius: 0;
  margin: unset;
}
.button-edit:focus {
  outline: none;
}
.button-delete {
  display: grid;
  position: relative;
  height: 70px;
  width: 260px;
  font-family: "montserrat", sans serif;
  font-size: 1em;
  text-align: center;
  text-align: -moz-center;
  text-align: -webkit-center;
  align-content: center;
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(to bottom, #fdcd29, #e08417);
  border: 0px solid #ffffff;
  outline: none;
  margin-top: 2em;
  margin-bottom: 2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.42);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  box-sizing: border-box;
  width: 150px;
  height: 40px;
  border-radius: 0;
  margin-top: 1em;
}
.button-delete:focus {
  outline: none;
}
.button-proceed-to-cart {
  display: grid;
  position: relative;
  height: 70px;
  width: 260px;
  font-family: "montserrat", sans serif;
  font-size: 1em;
  text-align: center;
  text-align: -moz-center;
  text-align: -webkit-center;
  align-content: center;
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(to bottom, #898e90, #383a3b);
  border: 0px solid #ffffff;
  outline: none;
  margin-top: 2em;
  margin-bottom: 2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.42);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  box-sizing: border-box;
}
.button-proceed-to-cart:focus {
  outline: none;
}
.button-add-to-cart,
.button-continue-shopping {
  display: grid;
  position: relative;
  height: 70px;
  width: 260px;
  font-family: "montserrat", sans serif;
  font-size: 1em;
  text-align: center;
  text-align: -moz-center;
  text-align: -webkit-center;
  align-content: center;
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(to bottom, #ebe820, #989513);
  border: 0px solid #ffffff;
  outline: none;
  margin-top: 2em;
  margin-bottom: 2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.42);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  box-sizing: border-box;
}
.button-add-to-cart:focus,
.button-continue-shopping:focus {
  outline: none;
}
.button-cancel {
  display: grid;
  position: relative;
  height: 70px;
  width: 260px;
  font-family: "montserrat", sans serif;
  font-size: 1em;
  text-align: center;
  text-align: -moz-center;
  text-align: -webkit-center;
  align-content: center;
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(to bottom, #fdcd29, #e08417);
  border: 0px solid #ffffff;
  outline: none;
  margin-top: 2em;
  margin-bottom: 2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.42);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  box-sizing: border-box;
}
.button-cancel:focus {
  outline: none;
}
.warning-text {
  display: block;
  font-family: "montserrat", sans serif;
  font-size: 1em;
  line-height: 1.7em;
  color: #264823;
}
@media screen and (min-width: 425px) {
  .hero-text {
    font-size: 35px;
    line-height: 35px;
    color: white;
  }
  .herobox {
    background-position: center;
  }
}
@media screen and (min-width: 768px) {
  .flickity-prev-next-button {
    display: block;
  }
  .box-product-text-bgcolor {
    background-color: #f8f8f8;
  }
  .main-logo {
    width: 200px;
    height: auto;
  }
  .main-logo-wrapper {
    display: grid;
    justify-items: center;
    align-items: center;
    position: relative;
    /* left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); */
    margin: auto;
    background-color: #ffffff;
    width: 300px;
    height: auto;
    border-radius: 15px;
    padding: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 160px;
    height: 100px;
  }
  .loser-logo-wrapper {
    top: 250px;
  }
  .micerium-logo-wrapper {
    top: 270px;
  }
  .hero-text {
    font-size: 50px;
    line-height: 50px;
    max-width: 600px;
    color: white;
  }
  h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .footer-grid {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .product-grid,
  .product-grid-auto {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(568px, auto);
  }
  .product-grid-3-col {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: auto;
    grid-template-areas: "h h h" "pi1 pi2 pi3" "l1 l2 l3";
  }
  .box-compare-image-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 568px;
  }
  .box-shop-item-2,
  .box-shop-item-2-2 {
    justify-items: start;
  }
  .box-2-content {
    max-width: 500px;
    padding: 2em;
  }
  .box-3-content {
    max-width: 500px;
    padding: 2em;
  }
  .box-4-content,
  .box-6-content,
  .box-9-content,
  .box-11-content {
    max-width: 500px;
    padding: 2em;
  }
  .box-6-caption {
    display: grid;
    position: absolute;
    top: 370px;
    left: 10%;
  }
  .box-12 {
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    display: grid;
    justify-items: center;
    align-items: center;
    padding: 2em;
    background: url("../images/miceriumcatalogcover.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .box-12-content {
    max-width: 400px;
    position: absolute;
    right: 15%;
  }
  .box-12-card {
    position: absolute;
    transform: rotate(5deg);
    top: 80px;
    right: 10%;
    min-height: 470px;
    width: 500px;
    border-radius: 15px;
    background-color: white;
  }
  .box-cart-item {
    width: 700px;
    justify-items: start;
  }
  .cart-item-grid {
    width: 700px;
    justify-items: center;
    grid-template-columns: 3fr 3fr 2fr;
    grid-column-gap: 1em;
  }
  .box-footer p {
    display: grid;
    position: relative;
    left: 20%;
  }
}
@media screen and (min-width: 1024px) {
  .hero-text {
    max-width: 700px;
    font-size: 60px;
    line-height: 60px;
    color: white;
  }
  .loser-logo-wrapper {
    top: 280px;
  }
  .micerium-logo-wrapper {
    top: 300px;
  }
  .herobox {
    background-position-y: -30px;
    height: 600px;
  }
  .hero-box-bg,
  .hero-box-bg-wrapper {
    height: 600px;
  }
  .main-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(16, minmax(600px, auto));
    max-width: 1024px;
    margin: auto;
    position: relative;
  }
  .product-grid,
  .product-grid-auto {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(600px, auto);
  }
  .box-compare-image-grid {
    grid-template-rows: 600px;
  }
  .box-2-content,
  .box-4-content,
  .box-6-content,
  .box-9-content,
  .box-11-content {
    position: absolute;
    right: 8em;
    max-width: 500px;
  }
  .box-3-content {
    position: absolute;
    left: 8em;
    max-width: 500px;
  }
}
@media screen and (min-width: 1025px) {
  .site-bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 1000px;
    background: url("../images/site-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    margin: 0;
    background-color: #FDB61F;
    margin-top: -100px;
  }
  .main-logo-wrapper {
    display: grid;
    justify-items: center;
    align-items: center;
    position: relative;
    /* left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); */
    margin: auto;
    background-color: #ffffff;
    width: 300px;
    height: auto;
    border-radius: 15px;
    padding: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 160px;
    opacity: 0;
    height: 100px;
  }
  .loser-logo-wrapper {
    top: 280px;
  }
  .micerium-logo-wrapper {
    top: 300px;
  }
  .main-grid {
    margin-top: 100px;
    margin-bottom: 100px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(16, minmax(600px, auto));
    max-width: 1024px;
    position: relative;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  }
  .box-order {
    position: relative;
    margin-top: 5em;
    margin-bottom: 5em;
    background-color: #ffa700;
    border-radius: 0px;
  }
  .button-order {
    background-color: #2a4359;
  }
}
