.ds-grid-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.ds-grid-list .ds-grid-list-item {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  border: 1px solid #f5f3f3;
  border-radius: 6px;
  background-color: white;
}
.ds-grid-list .ds-grid-list-item.hidden {
  display: none;
}
.ds-grid-list .ds-grid-list-item .grid-list-content {
  height: 100%;
}
.ds-grid-list .ds-grid-list-item h3 {
  margin-bottom: 3px;
  line-height: 14px;
  letter-spacing: 0.1em;
  color: #212529;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 14px;
}
.ds-grid-list .ds-grid-list-item h3 > a {
  line-height: 20px;
  color: inherit;
}
.ds-grid-list .ds-grid-list-item p {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #212529;
  font-weight: normal;
  line-height: 20px;
  margin: 0 16px;
}
.ds-grid-list .ds-grid-list-item .image-w-overlay {
  position: relative;
}
.ds-grid-list .ds-grid-list-item .image-w-overlay .overlay {
  position: absolute;
  right: 8px;
  bottom: 4px;
}

.div-load-animation-background {
  position: absolute;
  display: none;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.68);
}
.div-load-animation-background .div-spinner-container {
  position: relative;
  left: 50%;
  top: 50%;
  width: -moz-fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .ds-grid-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .ds-grid-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.ds-basket-icon-component {
  display: flex;
  align-items: flex-end;
  margin-left: 1em;
}
.ds-basket-icon-component .ds-basket-label {
  display: inline-block;
  font-size: 14px;
}
.ds-basket-icon-component .ds-basket-icon {
  position: relative;
  display: inline-block;
  padding-bottom: 3px;
}
.ds-basket-icon-component .ds-basket-icon .ds-basket-icon-counter {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 12px;
  font-size: 10px;
  font-weight: bold;
  background-color: white;
}

.component-process-runner .contact-process .div-image-container img {
  max-height: 350px;
}
.component-process-runner .contact-process textarea.form-control {
  height: 90px;
}

div[price-value-form-item] .span-price-integer {
  font-size: 1.5em;
}
div[price-value-form-item] .span-price-currency {
  margin-left: 0.3em;
}

.ms-steps > div {
  flex-grow: 1;
  margin-left: 10px;
  margin-right: 10px;
}
.ms-steps .ms-step {
  color: #777777;
  font-size: 14px;
  border-bottom: 4px solid lightgray;
  margin-bottom: 6px;
  padding-bottom: 6px;
}
.ms-steps .ms-step.ms-step-active {
  border-bottom: 4px solid #007bff;
}
.ms-steps .ms-step.ms-step-selected {
  color: #007bff;
  font-weight: bold;
}

.section-about-us.about-us-alt .img-person-avatar {
  max-height: 250px;
  max-width: 250px;
  margin: 20px;
}
.section-about-us.about-us-alt .media {
  align-items: center;
}
@media (min-width: 768px) {
  .section-about-us.about-us-alt .media {
    align-items: center;
  }
}

.section-about-us.about-us .row {
  min-height: 250px;
}
.section-about-us.about-us .img-person-avatar {
  position: relative;
  left: 50%;
  top: 50%;
  width: 75%;
  transform: translate(-50%, -50%);
}
.section-about-us.about-us .bi-quote {
  font-size: 40px;
  color: gray;
}
.section-about-us.about-us .i-quote-left {
  position: absolute;
  left: 0px;
  top: 0px;
}
.section-about-us.about-us .i-quote-left::before {
  transform: translate(-100%, -100%) scaleY(-1);
}
.section-about-us.about-us .i-quote-right {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.section-about-us.about-us .i-quote-right::before {
  transform: translate(100%, 100%);
}
.section-about-us.about-us .div-person-info {
  margin-top: auto;
}

.section-basket {
  padding-top: 30px;
  background-color: #eceff1;
  padding-bottom: 30px;
  min-height: 70vh;
}

.section-categories .category-image {
  max-height: 128px;
  max-width: 128px;
}
.section-categories .category-row {
  padding-bottom: 30px;
}

.flexslider .flex-caption {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 536px;
  padding: 4rem 2rem;
  background-size: cover;
  background-position: center;
}
.flexslider .flex-caption .hero .lines {
  margin-bottom: 34px;
  color: white;
}
.flexslider .flex-caption .hero .lines h1 {
  margin-bottom: 12px;
  margin-top: 12px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 40px;
}
.flexslider .flex-caption .hero .lines p {
  margin-bottom: 5px;
  line-height: 26px;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 16px;
}
.flexslider .flex-caption .hero .lines:before, .flexslider .flex-caption .hero .lines:after {
  display: inline-block;
  content: "";
  height: 1px;
  width: 185px;
  background-color: white;
}
.flexslider .flex-control-nav {
  position: absolute;
  bottom: 30px;
  width: 100%;
  z-index: 2;
  text-align: center;
}
.flexslider .flex-control-nav.flex-control-paging li a {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 50%;
  opacity: 0.5;
  border: 2px solid #fff;
  background: transparent;
  transition: all 0.3s ease-in-out;
}
.flexslider .flex-control-nav.flex-control-paging li a.flex-active {
  opacity: 1;
  cursor: default;
  background: rgb(255, 255, 255);
}

.section-flexslider2 .flexslider {
  margin-top: 30px;
  z-index: 0;
  background-color: transparent;
  border: 0px;
  box-shadow: 0 0px 0px;
}
.section-flexslider2 .flexslider img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  min-height: 250px;
  max-height: calc(90vh - 250px);
}
.section-flexslider2 .flexslider .flex-control-nav.flex-control-nav {
  left: 0px;
  top: 0px;
  width: auto;
  height: auto;
}
.section-flexslider2 .flexslider .flex-control-nav.flex-control-nav li {
  margin-left: 0px;
  margin-right: 13px;
}
.section-flexslider2 .flexslider .flex-control-nav.flex-control-nav li a {
  margin: 0px;
  background-color: #0078ea;
  opacity: 1;
}
.section-flexslider2 .flexslider .flex-control-nav.flex-control-nav li .flex-active {
  transform: scale(2.3, 2.3);
  background-color: #0078ea;
}
.section-flexslider2 .flexslider .slides {
  margin-top: 80px;
}
.section-flexslider2 .flexslider .slides .row {
  margin-top: 10px;
}
.section-flexslider2 .div-title {
  margin-bottom: 72px;
  color: #333333;
  font-size: 24px;
}
@media (min-width: 768px) {
  .section-flexslider2 .div-title {
    font-size: 42px;
  }
}
.section-flexslider2 .div-desc {
  font-size: 18px;
  line-height: 2;
}

.section-flexslider3 .flexslider {
  margin-top: 80px;
  z-index: 0;
  background-color: transparent;
  border: 0px;
  box-shadow: 0 0px 0px;
}
.section-flexslider3 .flexslider img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  min-height: 250px;
  max-height: calc(90vh - 250px);
}
.section-flexslider3 .flexslider .flex-control-nav.flex-control-nav {
  left: 0px;
  top: -50px;
  width: auto;
  height: auto;
}
.section-flexslider3 .flexslider .flex-control-nav.flex-control-nav li {
  margin-left: 0px;
  margin-right: 13px;
}
.section-flexslider3 .flexslider .flex-control-nav.flex-control-nav li a {
  margin: 0px;
  background-color: #0078ea;
  opacity: 1;
}
.section-flexslider3 .flexslider .flex-control-nav.flex-control-nav li .flex-active {
  transform: scale(2.3, 2.3);
  background-color: #0078ea;
}
.section-flexslider3 .div-title {
  margin-top: 80px;
  color: #333333;
  font-size: 24px;
}
@media (min-width: 768px) {
  .section-flexslider3 .div-title {
    margin-bottom: 72px;
    font-size: 42px;
  }
}
.section-flexslider3 .slider-content p {
  font-size: 18px;
  margin-bottom: 0.25em;
}

.section-floating-message .div-floating-message {
  position: fixed;
  left: 50%;
  top: 110px;
  width: 90%;
  max-width: 470px;
  min-height: 70px;
  transform: translateX(-50%);
  background-color: white;
  border-radius: 3px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
}
.section-floating-message .div-floating-message .i-message-icon::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
}
.section-floating-message .i-message-icon-error {
  color: #ff5271;
}
.section-floating-message .div-floating-message-text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}
.section-floating-message .i-floating-message-collapse {
  position: absolute;
  right: 0px;
  top: 0px;
}

footer.component-footer .footer-widgets {
  margin-top: 3em;
  margin-bottom: 3em;
  padding-bottom: 2em;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
}
footer.component-footer h5 {
  margin-top: 3em;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
footer.component-footer p, footer.component-footer address, footer.component-footer span {
  color: #979797;
  font-size: 13px;
}
footer.component-footer a {
  color: #979797;
  font-size: 13px;
}
footer.component-footer a:hover {
  outline: none;
  color: #444;
  text-decoration: none;
}
footer.component-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer.component-footer ul li {
  margin-bottom: 1em;
  font-size: 13px;
}

.section-footer1 footer {
  background-color: #0e0a2b;
  padding-top: 80px;
  padding-bottom: 80px;
  color: white;
}
.section-footer1 .col-md {
  padding-right: 100px;
}
.section-footer1 .img-footer-logo {
  width: 100px;
  height: 25px;
}
.section-footer1 .footer-title {
  font-size: 25px;
}
.section-footer1 .p-logo-text {
  font-size: 16px;
  padding-right: 50px;
}
.section-footer1 .p-footer-listing {
  margin-bottom: 15px;
  font-size: 13px;
}
.section-footer1 .div-copyright {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  box-shadow: 0 -1px 0 white;
  color: white;
  background-color: #0e0a2b;
}

.section-form-with-steps .form-control {
  height: 40px;
}
.section-form-with-steps .invalid-feedback, .section-form-with-steps .form-error {
  height: 30px;
  margin-top: unset;
  margin-bottom: -30px;
  color: inherit;
  font-size: 10px;
}
.section-form-with-steps .bi-exclamation-circle-fill, .section-form-with-steps .form-error::before {
  margin-right: 5px;
  color: #ff5271;
  font-size: 12px;
}
.section-form-with-steps label {
  margin-bottom: unset;
}
.section-form-with-steps input[type=checkbox] {
  background-color: white;
  width: 15px;
  height: 15px;
  margin-right: 3px;
  border: solid 1px #ebe8f3;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 3px;
}
.section-form-with-steps input[type=checkbox]:checked {
  background-color: #0078ea;
}
.section-form-with-steps input[type=checkbox] + label {
  color: #5d5d5d;
  font-size: 14px;
  font-weight: 500;
}
.section-form-with-steps .btn-themed-text-only {
  position: absolute;
  right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.section-form-with-steps .bi-arrow-left {
  margin-right: 10px;
  color: #00c9e0;
}
.section-form-with-steps .div-form-steps-row {
  margin-bottom: 70px;
  font-size: 16px;
  color: #333333;
}
.section-form-with-steps .div-form-step {
  line-height: 40px;
}
.section-form-with-steps .div-form-step-icon {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  text-align: center;
  border-radius: 40px;
  background-color: #e6ebf5;
}
.section-form-with-steps .div-form-step-icon-selected {
  color: white;
  background-color: #0078ea;
}
.section-form-with-steps h3 {
  margin-bottom: 30px;
  font-size: 24px;
}
.section-form-with-steps .div-form-inputs {
  margin-bottom: 45px;
}
.section-form-with-steps label:has(+ input[type]:not([type=checkbox])) {
  color: #5d5d5d;
  font-size: 12px;
  font-weight: bold;
}
.section-form-with-steps .invalid, .section-form-with-steps .ng-invalid.ng-touched {
  border: solid 1px #ff5271 !important;
}
.section-form-with-steps p {
  font-size: 14px;
  font-weight: 500;
}
.section-form-with-steps .btn {
  margin-top: 30px;
}

.component-header-fixed {
  background-color: white;
}
.component-header-fixed nav {
  font-family: "Open Sans", sans-serif;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}
.component-header-fixed nav .nav-icon {
  margin-left: 0.5em;
  font-size: 1.5em;
}
.component-header-fixed nav .navbar-brand-row {
  margin-top: 10px;
  margin-bottom: 10px;
}
.component-header-fixed nav .navbar-brand-row .navbar-brand {
  letter-spacing: 2px;
  font-size: 2em;
  font-weight: 500;
}
.component-header-fixed nav .navbar-brand-row .basket-label {
  display: inline-block;
  padding-top: 6px;
  font-size: 14px;
}
.component-header-fixed nav .navbar-brand-row .basket-icon {
  position: relative;
  display: inline-block;
}
.component-header-fixed nav .navbar-brand-row .basket-icon .basket-icon-counter {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 12px;
  font-size: 10px;
  font-weight: bold;
  background-color: white;
}
.component-header-fixed nav .navbar-nav a, .component-header-fixed nav .div-nav-mobile-container a {
  line-height: 24px;
  color: #212529 !important;
  font-size: 15px;
  font-weight: 700;
}
.component-header-fixed nav .div-nav-mobile-container {
  position: fixed;
  left: -100%;
  width: 100%;
  height: 100%;
  padding: 15px;
  background-color: white;
  transition-property: left;
  transition-duration: 0.3s;
}

.component-header-slim {
  background-color: #f8f9fa;
}
.component-header-slim nav {
  font-family: "Open Sans", sans-serif;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}
.component-header-slim nav .nav-icon {
  margin-left: 0.5em;
  font-size: 1.5em;
}
.component-header-slim nav .navbar-brand-row {
  margin-top: 10px;
  margin-bottom: 10px;
}
.component-header-slim nav .navbar-brand-row .navbar-brand {
  letter-spacing: 2px;
  font-size: 2em;
  font-weight: 500;
}
.component-header-slim nav .navbar-nav a, .component-header-slim nav .div-nav-mobile-container a {
  line-height: 24px;
  color: #212529 !important;
  font-size: 15px;
  font-weight: 700;
}
.component-header-slim nav .div-nav-mobile-container {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  padding: 15px;
  background-color: #f8f9fa;
  transition-property: left;
  transition-duration: 0.3s;
}
.component-header-slim nav .div-nav-mobile-container .i-mobile-nav-close {
  position: absolute;
  right: 0;
  top: 0;
}

.component-header-sticky {
  background-color: white;
}
.component-header-sticky nav {
  font-family: "Open Sans", sans-serif;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}
.component-header-sticky nav .nav-icon {
  margin-left: 0.5em;
  font-size: 1.5em;
}
.component-header-sticky nav .navbar-brand-row {
  margin-top: 10px;
  margin-bottom: 10px;
}
.component-header-sticky nav .navbar-brand-row .navbar-brand {
  letter-spacing: 2px;
  font-size: 2em;
  font-weight: 500;
}
.component-header-sticky nav .navbar-brand-row .basket-label {
  display: inline-block;
  padding-top: 6px;
  font-size: 14px;
}
.component-header-sticky nav .navbar-brand-row .basket-icon {
  position: relative;
  display: inline-block;
}
.component-header-sticky nav .navbar-brand-row .basket-icon .basket-icon-counter {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 12px;
  font-size: 10px;
  font-weight: bold;
  background-color: white;
}
.component-header-sticky nav .navbar-nav a, .component-header-sticky nav .div-nav-mobile-container a {
  line-height: 24px;
  color: #212529 !important;
  font-size: 15px;
  font-weight: 700;
}
.component-header-sticky nav .div-nav-mobile-container {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  padding: 15px;
  background-color: white;
  transition-property: left;
  transition-duration: 0.3s;
}

.section-header1 nav {
  position: relative;
}
.section-header1 .a-nav-element, .section-header1 .a-nav-element:hover {
  color: black;
  text-decoration: none;
}
.section-header1 .a-nav-home, .section-header1 .a-nav-home:hover {
  color: #0078ea;
}
.section-header1 .nav-normal {
  align-items: flex-end;
}
.section-header1 .nav-normal .a-nav-element {
  padding-top: 0px;
  padding-bottom: 0px;
}
.section-header1 .nav-normal-margins {
  margin-bottom: 150px;
  margin-top: 70px;
}
.section-header1 .nav-container-scrolled {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f6f8fc;
  box-shadow: -10px 0px 10px 0px rgba(80, 60, 163, 0.25);
}
.section-header1 .img-nav-logo {
  margin-right: 110px;
}
.section-header1 .div-background-shape {
  position: absolute;
  right: 0;
  top: -250px;
  width: 100%;
  min-width: 1000px;
  aspect-ratio: 1/1;
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
}
.section-header1 .nav-mobile {
  margin-top: 70px;
  margin-bottom: 100px;
}
.section-header1 .div-nav-mobile-controls {
  position: relative;
  margin-bottom: 30px;
}
.section-header1 .div-nav-mobile-toggle {
  position: absolute;
  left: 15px;
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  z-index: 2;
  border-radius: 40px;
  background-color: white;
  box-shadow: 0px 0px 15px 0px rgba(80, 60, 163, 0.25);
  margin: auto;
}
.section-header1 .i-nav-mobile-toggle-icon::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-box: content-box;
  color: #00c9e0;
}
.section-header1 .div-nav-mobile-logo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-header1 .div-nav-mobile-logo-container a {
  text-decoration: none;
}
.section-header1 #div-nav-mobile-items-container {
  position: fixed;
  left: -100%;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 15px;
  z-index: 1;
  background-color: #f6f8fc;
  transition-property: left;
  transition-duration: 0.3s;
}
.section-header1 .div-nav-mobile-items {
  display: flex;
  flex-direction: column;
  margin-top: 70px;
  margin-bottom: 56px;
  row-gap: 15px;
  text-align: center;
}
.section-header1 .button-nav-mobile {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.section-image-section h2, .section-image-section .p-header-desc {
  text-align: center;
}
.section-image-section .p-header-desc {
  margin-bottom: 50px;
}

.section-image-side-view .div-title {
  margin-bottom: 50px;
  font-size: 48px;
}
.section-image-side-view .p-desc {
  margin-bottom: 40px;
}
.section-image-side-view .row {
  margin-top: 10px;
}

.section-multitiles .amount {
  color: #555;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 22px;
}
.section-multitiles .amount small {
  color: inherit;
  font-size: 0.7em;
  font-weight: inherit;
}

.section-multitiles-search form {
  background-color: #f5f5f5;
  padding: 1em;
}
.section-multitiles-search .search-criteria {
  min-height: 35px;
}
.section-multitiles-search .search-criteria .search-criteria-trigger {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 200;
}
.section-multitiles-search .search-criteria .search-criteria-trigger.btn:not(.collapsed) {
  color: white;
  background-color: #0078ea;
}
.section-multitiles-search .div-multitiles-search-collapse-container {
  padding-right: 0.5em;
  display: flex;
  justify-content: end;
  -moz-column-gap: 5px;
       column-gap: 5px;
  cursor: pointer;
  font-size: 25px;
}
.section-multitiles-search .form-control {
  max-width: 400px;
}
.section-multitiles-search .amount {
  color: #555;
  font-weight: 500;
  font-size: 22px;
}
.section-multitiles-search .amount small {
  color: inherit;
  font-size: 0.7em;
  font-weight: inherit;
}
.section-multitiles-search .div-load-animation-background {
  position: absolute;
  display: none;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.68);
}
.section-multitiles-search .div-load-animation-background .div-spinner-container {
  position: relative;
  left: 50%;
  top: 50%;
  width: -moz-fit-content;
  width: fit-content;
  transform: translate(-50%, -50%);
}

.component-process-runner div[input-text-form-item], .component-process-runner div[consent-form-item], process-runner div[input-text-form-item], process-runner div[consent-form-item], form-runner div[input-text-form-item], form-runner div[consent-form-item] {
  margin-bottom: 15px;
  margin-top: 10px;
}
.component-process-runner div[checkbox-form-item] input[type=checkbox], process-runner div[checkbox-form-item] input[type=checkbox], form-runner div[checkbox-form-item] input[type=checkbox] {
  position: relative;
  top: 2px;
}
.component-process-runner div[checkbox-form-item] label, process-runner div[checkbox-form-item] label, form-runner div[checkbox-form-item] label {
  margin-left: 5px;
}
.component-process-runner div[consent-form-item] input[type=checkbox], process-runner div[consent-form-item] input[type=checkbox], form-runner div[consent-form-item] input[type=checkbox] {
  position: relative;
  top: 2px;
}
.component-process-runner div[consent-form-item] p, process-runner div[consent-form-item] p, form-runner div[consent-form-item] p {
  display: inline;
  margin-left: 5px;
  line-height: 10px;
  margin-bottom: unset;
}
.component-process-runner .form-error, process-runner .form-error, form-runner .form-error {
  display: flex;
  align-items: center;
  height: 20px;
  margin-top: unset;
  margin-bottom: -20px;
  color: inherit;
  font-size: 10px;
}
.component-process-runner .form-error::before, process-runner .form-error::before, form-runner .form-error::before {
  font-family: "bootstrap-icons" !important;
  margin-right: 5px;
  color: #ff5271;
  font-size: 12px;
  content: "\f33b";
  padding-bottom: 3px;
}
.component-process-runner label, process-runner label, form-runner label {
  margin-bottom: unset;
  font-size: 0.9rem;
}
.component-process-runner .ng-invalid.ng-touched, process-runner .ng-invalid.ng-touched, form-runner .ng-invalid.ng-touched {
  border: solid 1px #ff5271 !important;
}

.section-product .carousel-main.is-fullscreen {
  padding: 0px;
}
.section-product .carousel-main.is-fullscreen .carousel-cell {
  height: 100%;
  max-height: none;
  min-height: auto;
}
.section-product .carousel-main .carousel-cell {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: calc(85vh - 150px);
  max-height: 550px;
  min-height: 350px;
}
.section-product .carousel-main .carousel-cell .img-fluid {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.section-product .sticky {
  position: sticky;
  top: 100px;
  background-color: white;
  padding: 10px;
}

.product-description-wrap h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  font-weight: 400;
}

.carousel {
  background: #FAFAFA;
  margin-bottom: 40px;
}

.carousel-main .carousel-cell {
  height: calc(80vh - 150px);
  max-height: 690px;
}

.carousel-nav .carousel-cell {
  height: 150px;
  width: 120px;
  padding: 5px;
}

.carousel-nav .carousel-cell:before {
  font-size: 50px;
  line-height: 80px;
}

.carousel-nav .carousel-cell.is-nav-selected {
  background: #ED2;
}

.section-quote .bi-quote {
  font-size: 40px;
  color: gray;
}
.section-quote .i-quote-left {
  position: absolute;
  left: 0px;
  top: 0px;
}
.section-quote .i-quote-left::before {
  transform: scaleY(-1);
}
.section-quote .i-quote-right {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.section-slide-switcher .flexslider .slides img {
  position: relative;
  width: auto;
  height: auto;
  max-height: calc(100vh - 120px);
  left: 50%;
  transform: translateX(-50%);
}
.section-slide-switcher .flex-next {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.section-summary {
  padding-top: 30px;
  background-color: #eceff1;
  padding-bottom: 30px;
  min-height: 70vh;
}

.section-testemonials .carousel-cell {
  width: 300px;
}
.section-testemonials .bi-quote {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 50px;
  color: gray;
}
.section-testemonials .bi-quote::before {
  transform: translate(-100%, -50%);
}

.section-text-section h2, .section-text-section .p-header-desc {
  text-align: center;
}
.section-text-section .p-header-desc {
  margin-bottom: 50px;
}

.section-tiles .amount {
  color: #555;
  font-weight: 500;
  font-size: 22px;
}
.section-tiles .amount small {
  color: inherit;
  font-size: 0.7em;
  font-weight: inherit;
}
@media (min-width: 768px) {
  .section-tiles .ds-grid-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .section-tiles .ds-grid-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.body-digitalshop {
  background-color: #fdfdfd;
}
.body-digitalshop section {
  margin-top: 15px;
  margin-bottom: 90px;
}
.body-digitalshop .section-flexslider3 .flexslider img {
  border-radius: 10px;
}
.body-digitalshop .component-product-tile.product-tile-1 img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.body-digitalshop .section-product .inner-column {
  border-radius: 3px;
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.2);
}
.body-digitalshop .section-testemonials h2, .body-digitalshop .section-testemonials h2 + p {
  text-align: center !important;
}