body {
  margin: 0;
  padding: 0;
}

.page-index {
  width: calc(100% - 64px);
  max-width: 2560px;
  margin: 0 auto;
  padding: 0 32px;
}


@media all and (max-width: 800px) {
  .page-index {
    padding: 0 16px;
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
  }
}

.page-content {
  padding-top: 25px;
}

.page-info {
  display: flex;
  flex-direction: row;
  max-width: 1110px;
}

.product-description {
  display: flex;
  flex-direction: column;
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 32px;
  margin-bottom: 100px;
  margin-top: 50px;
}

@media all and (max-width: 800px) {
  .product-description {
    padding: 0 16px;
    margin-top: 0;
  }

  .text-wrap {
    width: 100%;
  }
}

.desc-wrap {
  width: 400px;
}

.text-wrap {
  color: #000;
  text-size-adjust: none;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: left;
  width: calc(100% * 3 / 8);
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

@media all and (max-width: 800px) {
  .text-wrap {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0;
  }
}

.action-wrap {
  margin: 0;
}

.action-wrap form,
.action-wrap form fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

.action-wrap button {
  background: #c96ca3;
  border-radius: 6px;
  font-weight: bold;
  border: 1px solid #c96ca3;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  padding: 3px 20px;
  cursor: pointer;
  white-space: nowrap;
  width: 100%;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.status {
  color: green;
}

.errors {
  color: red;
}

@media all and (max-width: 800px) {
  .js_slides .js_slide {
    margin-right: 16px;
  }

  .category-wrap .top-wrap h2 {
    font-size: 20px;
  }

  .category-wrap .img-wrap img {
    height: 180px;
    width: auto;
  }

  .page-info {
    flex-direction: column;
  }
}

@media all and (min-width: 800px) {
  .category-wrap .img-wrap img {
    height: 256px;
    width: auto;
  }
}



.sell-info {
  background: var(--coralinio_primary_light);
  border-radius: 6px;
  padding: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-bottom: 50px;
  padding-top: 30px;
}

.sell-info h2 {
  font-family: var(--font-open-sans);
  font-weight: 700;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
}

.sell-info .items {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.sell-info .item {
  background: #fff;
  border-radius: 6px;
  margin-right: 8px;
  padding: 32px 16px;
  min-width: 160px;
  text-align: center;
  position: relative;
}

.sell-info .item.promoted {
  border: 2px solid var(--coralinio_primary);
}

.sell-info .item .promoted-text {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 11px;
  color: #fd71af;
}

.sell-info .item form {
  margin: 0;
  display: block;
}

.sell-info .items .item:last-child {
  margin-right: 0;
}

.sell-info .item .pricing {
  font-family: var(--font-open-sans);
  color: #fd71af;
  font-size: 60px;
  line-height: 62px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.sell-info .item .pricing strong {
  font-weight: 400;
}

.sell-info .item .pricing span {
  position: relative;
  bottom: 0;
  /* right: -16px; */
}

.sell-info .item .name {
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 0;
}

.sell-info .item .offer-text {
  font-size: 12px;
  max-width: 190px;
  margin: 0 auto;
  margin-top: 0px;
}

.sell-info .item .per-day {
  position: relative;
  top: -15px;
  font-size: 12px;
}

.sell-info .item .addToBasketItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: 0.2s;
  height: 50px;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  border-radius: 4px;
  padding: 2px 0 0 0;
  color: #fff;
  background: var(--coralinio_primary);
  border: 1px solid var(--coralinio_primary);
  background: var(--coralinio_primary);
  box-shadow: 0 7px 19px rgba(201, 108, 163, 0.3);
  border-radius: 9px;
  font-size: 14px;
  font-weight: 800;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  position: static;
  border: 0;
  margin-top: 25px;
  margin-bottom: 20px;
  color: #fff;
  max-width: 196px;
  font-family: var(--font-open-sans);
  margin-bottom: 0;
}

@media all and (max-width: 800px) {
  .sell-info .items {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .sell-info .item {
    margin-bottom: 20px;
    max-width: 330px;
    min-width: 250px;
  }
}

/* .product-right-block {
  max-width: 500px;
  width: calc(100% * 2 / 8);
} */

.actions-wrapper {
  background: var(--coralinio_primary_light);
  padding: 20px;
  padding-top: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-content .actions-wrapper form {
  width: 100%;
}

.page-content .actions-wrapper form fieldset {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.page-content .actions-wrapper .outlined {
  transition: 0.2s;
  height: 45px;
  width: 100%;
  margin: 0 auto;
  background: transparent;
  border-radius: 9px;
  font-size: 14px;
  max-width: 196px;
  font-weight: 800;
  color: var(--coralinio_primary);
  border: 1px solid var(--coralinio_primary);
  box-sizing: border-box;
  margin-top: 10px;
  max-width: 100%;
}

.actions-wrapper>div {
  width: 100%;
}

.actions-wrapper .btn {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: 0.2s;
  height: 45px;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  border-radius: 4px;
  padding: 2px 0 0 0;
  color: #fff;
  background: var(--coralinio_primary);
  border: 1px solid var(--coralinio_primary);
  background: var(--coralinio_primary);
  box-shadow: 0 7px 19px rgba(201, 108, 163, 0.3);
  border-radius: 9px;
  font-size: 14px;
  font-weight: 800;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  position: static;
  border: 0;
  margin-top: 25px;
  margin-bottom: 20px;
  color: #fff;
  max-width: 196px;
  font-family: var(--font-open-sans);
  margin-bottom: 0;
  box-sizing: border-box;
  line-height: 45px;
  margin-top: 0;
  max-width: 100%;
  margin-top: 10px;
}

.checkout-the-demo {
  text-align: center;
  border-radius: 20px;
  border: 1px solid var(--coralinio_primary);
  margin-bottom: 20px;
  padding: 20px;
}

.checkout-the-demo .helptext p {
  margin: 0;
}

body.full-with-bg .product-description .button-link {
  display: inline-block;
}

.actions-wrapper .button-link {
  text-decoration: none;
  color: var(--coralinio_primary);
  font-size: 14px;
}

.product-variants-group {
  width: 100%;
  max-width: 500px;
}

.product-variants-group-wrapper {
  background: var(--coralinio_primary_light);
  padding: 20px;
}

.product-variants-group--variants-grups {
  display: flex;
  flex-direction: column;
}

.product-variants-group--variant-grup-items {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}

.product-variants-group .labels-wrapper {
  display: flex;
  margin-bottom: 10px;
  font-size: 14px;
}

.product-variants-group .labels-wrapper span {
  margin-left: 5px;
}

.product-variants-group .items {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.product-variants-group .items a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  border: 1px solid #000;
  display: inline-block;
  padding: 4px 6px;
}

.product-variants-group .group-item {
  display: flex;
  margin-right: 5px;
  margin-bottom: 5px;
}

.product-variants-group .group-item.active {
  border: 2px solid var(--coralinio_primary);
}

.product-variants-group .variant-item {
  display: flex;
  margin-right: 5px;
  margin-bottom: 5px;
}

.product-variants-group .variant-item.active {
  border: 2px solid var(--coralinio_primary);
}

.product-variants-group .variant-thumb {
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.product-variants-group .variant-thumb img {
  max-width: 50px;
  max-height: 50px;
  width: 50px;
}

@media all and (max-width: 800px) {
  .product-variants-group {
    width: 100%;
  }
}

.product-short-info {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 22px;
}

.product-short-info a {
  text-decoration: none;
  color: #000;
}

.product-description-short {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
}

.product-description-short p {
  margin: 0;
}

.product-description-short a {
  text-decoration: none;
  color: #000;
}
.product-description-short .button-buy-as-kit{
  color: var(--coralinio_primary);
  border: 1px solid var(--coralinio_primary);
  border-radius: 8px;
  line-height: 40px;
  text-decoration: none;
  padding: 8px 10px;
}


.product-title {
  font-size: 20px;
  line-height: 22px;
  color: #000;
  font-weight: bold;
  margin: 0;
  margin-bottom: 0px;
}

.product-subtitle {
  font-size: 14px;
  line-height: 22px;
  color: #000;
  font-weight: normal;
  margin: 0;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.product-description-short .button-primary {
  margin-bottom: 15px;
  margin-top: 15px;
}

.product-description-short ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
}

.product-description-short ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
}

.product-description-short ul li:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #000;
  background: rgb(229, 186, 212);
  background: linear-gradient(90deg, rgba(229, 186, 212, 1) 0%, rgba(140, 122, 174, 1) 100%);
  border-radius: 4px;
  width: 12px;
  height: 10px;
  opacity: 1;
}

.field-skill-level {
  display: flex;
  align-items: center;
}

.field-skill-level .dots {
  display: flex;
  margin-left: 10px;
}

.field-skill-level .dot {
  position: relative;
  border: 1px solid #000;
  border-radius: 5px;
  width: 13px;
  height: 12px;
  background: transparent;
  margin-right: 3px;
}

.field-skill-level .dot.active {
  background: rgb(229, 186, 212);
  background: linear-gradient(90deg, rgba(229, 186, 212, 1) 0%, rgba(140, 122, 174, 1) 100%);
}

.field-skill-level .dot.notactive {
  position: relative;
}

.btn-question {
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
  position: relative;
}

.btn-question:hover .desc {
  opacity: 1;
  visibility: visible;
}

.btn-question .desc {
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  padding: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  min-width: 100px;
}

.btn-question span {
  height: 18px;
  width: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  border: 2px solid var(--coralinio_primary);
  color: var(--coralinio_primary);
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  padding-left: 1px;
}

.clickable-images-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}

.clickable-images-wrapper .main-image {
  max-width: 100%;
}

.clickable-images-wrapper .main-image .img-wrap {
  width: 400px;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.clickable-images-wrapper .main-image img {
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}

.clickable-images-wrapper .thumbs-images {
  width: 100%;
  overflow: auto;
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  flex-wrap: wrap;
}

.clickable-images-wrapper .thumbs-images .img-wrap {
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
}

.clickable-images-wrapper .thumbs-images .img-wrap.active {
  border: 1px solid var(--coralinio_primary);
}

.clickable-images-wrapper .thumbs-images .img-wrap img {
  max-width: 80px;
  height: auto;
  position: relative;
  z-index: 2;
}

.clickable-images-wrapper .thumbs-images .img-wrap:before {
  content: "";
  width: 45px;
  height: 45px;
  background: url("../../img/icons/loading_primary.svg") no-repeat center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.clickable-images-wrapper .main-image .img-wrap:before {
  content: "";
  width: 45px;
  height: 45px;
  background: url("../../img/icons/loading_primary.svg") no-repeat center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media all and (min-width: 800px) {
  .clickable-images-wrapper {
    width: 50%;
  }
}

@media all and (max-width: 800px) {
  .clickable-images-wrapper .main-image .img-wrap {
    height: auto;
    width: 100%;
    max-width: 400px;
  }
}

.breadcrumbs {
  display: flex;
  flex-direction: row;
  max-width: 1110px;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 0 32px;
}

.breadcrumbs ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  padding: 0;
}

.breadcrumbs ul li {
  margin-right: 10px;
  font-size: 12px;
}

.breadcrumbs a {
  text-decoration: none;
  color: #000;
}

.breadcrumbs .home-icon {
  content: "";
  width: 15px;
  height: 15px;
  background: url("../../img/icons/home_black.svg") no-repeat center center;
  display: inline-block;
  text-indent: -9999px;
  opacity: 0.7;
}

@media all and (max-width: 800px) {
  .breadcrumbs {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.page-content form {
  font-family: "Montserrat", sans-serif;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.page-content form fieldset {
  border: none;
  display: flex;
  flex-direction: column;
  padding-left: 0;
}

.page-content form fieldset.with-input label {
  font-size: 16px;
  margin-bottom: 5px;
}

.page-content form fieldset.with-input input {
  height: 35px;
  border: 1px solid #e3e3e3;
  padding: 5px 10px;
  border-radius: 6px;
  transition: all 0.5s ease-in-out;
  min-width: 300px;
}

.page-content form fieldset.with-input input:focus {
  border: 1px solid var(--coralinio_primary);
  outline: 0;
}

.page-content form fieldset.with-checkbox {
  flex-direction: row;
  display: flex;
}

.page-content form fieldset.with-checkbox input {
  margin-right: 10px;
}

.page-content form fieldset.with-checkbox input:focus {
  border: 1px solid var(--coralinio_primary);
}

.page-content form a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

.page-content form .button-primary {
  background: transparent;
  border: none;
  font-weight: bold;
  color: #fff;
  border-radius: 6px;
  background: var(--coralinio_primary);
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  padding: 3px 20px;
  cursor: pointer;
  white-space: nowrap;
  font-weight: normal;
}

.page-content form .button-primary.loading {
  background: var(--coralinio_primary);
  position: relative;
  left: 20px;
  top: 3px;
}

.page-content form .loading {
  color: transparent;
  cursor: wait;
  position: relative;
}

.page-content form .loading:before {
  content: "";
  width: 45px;
  height: 45px;
  background: url("../../img/icons/loading_white.svg") no-repeat center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* .block-description {
} */
/* .page-content .page-content-inner {
  max-width: 100%;
} */

.product-description {
  overflow: hidden;
}

.block-call-action {
  margin-bottom: 0px;
  overflow: hidden;
}

.block-call-action a {
  white-space: normal;
}

@media all and (min-width: 800px) {
  .block-call-action-wrapper {
    min-height: 150px;
  }

}

@media all and (max-width: 800px) {
  .block-call-action-wrapper {
    min-height: 200px;
  }
}

.block-call-action-wrapper {
  margin-bottom: 50px;
}

.block-call-action-wrapper .button-primary {
  margin-bottom: 10px;
}

.block-call-action .wrapper {
  border-radius: 8px;
  background: rgb(229, 186, 212);
  background: linear-gradient(180deg, rgba(229, 186, 212, 1) 0%, rgba(140, 122, 174, 1) 100%);
  margin: 0;
  padding: 0;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100000px;
  width: calc(100vw - 0px);
  position: absolute;
  left: 0;
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
}

.block-call-action .wrapper h3 {
  color: #fff;
  max-width: 850px;
  text-align: center;
  font-size: 25px;
  line-height: 27px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 10px;
}

.block-call-action .wrapper span {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 27px;
}

.block-call-action .wrapper a.button-primary {
  background: #fff;
  color: #c96ca3;
  text-decoration: none;
  font-weight: bold;
  background: none;
  color: #fff;
  border: 1px solid #fff;
  min-height: 30px;
  line-height: 30px;
  font-size: 18px;
  font-weight: normal;
  border-radius: 8px;
  padding: 8px 15px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
}

@media all and (max-width: 960px) {
  .section-call-action .wrapper {
    min-height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .block-call-action .wrapper {
    min-height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .block-call-action .wrapper a.button-primary {
    white-space: normal;
    line-height: 24px;
    max-width: 80%;
  }
}

.block-reviews {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.review-item {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--coralinio_primary);
  margin-bottom: 20px;
  padding: 20px 40px;
}

.review-item .review-name {
  font-size: 20px;
  line-height: 28px;
  color: var(--coralinio_primary);
  text-transform: capitalize;
}

.review-item .top-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.review-item .bead-item {
  display: inline-block;
  height: 12px;
  width: 12px;
  border: 1px solid;
  border-radius: 8px;
  background: rgb(229, 186, 212);
  background: linear-gradient(180deg, rgba(229, 186, 212, 1) 0%, rgba(140, 122, 174, 1) 100%);
  margin-right: 3px;
}

.review-item .review-date {
  color: #aaa;
  font-size: 14px;
  margin-bottom: 8px;
}

.review-item .review-body {
  font-size: 20px;
  line-height: 28px;
  color: #464646;
}

.review-item .review-body-original {
  font-style: italic;
  font-size: 15px;
}

.review-item .review-company-answer-wrapper {
  display: flex;
  flex-direction: column;
  margin: 10px 0 0 37px;
  border-left: 3px solid #f5f5f5;
  padding: 5px 0 0 12px;
  line-height: 18px;
}

.review-item .review-company-answer-label-wrapper {
  display: flex;
}

.review-item .review-company-answer-label {
  font-size: 13px;
  font-weight: bold;
  margin-right: 10px;
  line-height: 20px;
}

.review-item .review-product-link img {
  max-width: 75px;
  height: auto;
  margin-right: 10px;
}


.review-item .review-company-answer-date {
  color: #70757a;
  font-size: 13px;
  line-height: 20px;
}

.page-advent-calendar .product-title {
  color: #7c72a9;
  font-size: 25px;
  line-height: 28px;
  font-family: "TTHazelnuts", "Open Sans", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}

.page-advent-calendar .product-subtitle {
  color: #d187ab;
  font-size: 21px;
  line-height: 23px;
  font-family: "TTHazelnuts", "Open Sans", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
}


.page-kit .links-wrapper {
  display: flex;
  flex-direction: column;
}
.page-kit .links-wrapper .button-primary{
  font-size: 17px;
}

.page-kit .links-wrapper .link-as-text {
  text-decoration: underline;
  color: var(--coralinio_primary);
}

.page-kit .links-wrapper .link-as-text-bigger {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 15px;
  display: flex;
  color: var(--coralinio_primary);
  border: 1px solid var(--coralinio_primary);
  border-radius: 8px;
  text-decoration: none;
  line-height: 40px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  justify-content: center;
}

.page-advent-calendar .links-wrapper {
  display: flex;
  flex-direction: column;
}
.page-advent-calendar .links-wrapper .button-primary{
  font-size: 17px;
}

.page-advent-calendar .links-wrapper .link-as-text {
  text-decoration: underline;
  color: var(--coralinio_primary);
}

.page-advent-calendar .links-wrapper .link-as-text-bigger {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 15px;
  display: flex;
  color: var(--coralinio_primary);
  border: 1px solid var(--coralinio_primary);
  border-radius: 8px;
  text-decoration: none;
  line-height: 40px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  justify-content: center;
}

.page-advent-calendar .product-description-short ul li:before {
  background: url("/public/img/icons/advent_calendar_wheel_icon.png");
  background-position: center;
  border-radius: 0;
  border: none;
  height: 25px;
  width: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}

.page-advent-calendar .product-description-short ul li {
  padding-left: 40px;
  margin-bottom: 15px;
}

.page-advent-calendar .product-description-short {
  font-size: 16px;
}

.page-advent-calendar .product-description-short ul li span {
  font-size: 16px;
}

@media all and (max-width: 800px) {

  .advent-calendar-patterns .flexboxfix {
    display: flex;
    flex-direction: column;
  }
}

.main-slider-wrapper {
  display: flex;
  position: relative;
  flex-direction: column;
}

.main-slider-wrapper .gallery-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.main-slider-wrapper .thumbnail {
  width: 80px;
  margin-bottom: 10px;
  margin-right: 10px;
  height: auto;
  cursor: pointer;
  transition: transform 0.2s;
}
.main-slider-wrapper.with-thumbs-maxh .thumbnail {
  max-height: 100px;
  height: auto;
  width: auto;
}

.main-slider-wrapper .thumbnail:hover {
  transform: scale(1.1);
}

.main-slider-wrapper .main-slider-content {
  width: auto;
  height: 450px;
  border-radius: 8px;
  margin-bottom: 10px;
}
.main-slider-content-wrapper{
  min-height: 400px;
  display: flex;
  justify-content: center;
}

@media all and (min-width: 800px) {
  .main-slider-wrapper {
    max-width: 500px;
    width: 100%;
  }
}
@media all and (max-width: 800px) {
  .main-slider-wrapper {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
}