@charset "UTF-8";
.c-header .c-region--header {
  margin-bottom: 4rem;
}
@media screen and (min-width: 62em) {
  .c-header .c-region--header {
    margin-bottom: 7rem;
  }
}

.c-region.c-region--breadcrumb {
  margin-bottom: 4rem;
}
@media screen and (min-width: 62em) {
  .c-region.c-region--breadcrumb {
    margin-bottom: 10rem;
  }
}
.c-region.c-region--breadcrumb .c-breadcrumb__list {
  display: flex;
  justify-content: center;
  margin: 0 10px;
  font-size: 1.2rem;
  flex-wrap: wrap;
}
.c-region.c-region--breadcrumb .c-breadcrumb__list .c-breadcrumb__item {
  margin: 0 1rem;
  color: #5c657a;
  font-weight: 300;
}
.c-region.c-region--breadcrumb .c-breadcrumb__list .c-breadcrumb__item a {
  color: #5c657a;
  font-size: 1.2rem;
  font-weight: 300;
}

.o-product--top__right {
  position: relative;
}
.o-product--top__right .c-field--name-title {
  text-align: center;
  color: #794394;
  font-family: "Mainlux", serif;
  font-size: 3rem;
  font-weight: 400;
  margin-top: 2rem;
}
@media screen and (min-width: 62em) {
  .o-product--top__right .c-field--name-title {
    margin-top: 0;
  }
}
.o-product--top__right .c-field--name-sku {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  color: #5c657a;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
}
.o-product--top__right .c-field--name-sku .c-field__label:after {
  margin-right: 0.5rem;
  content: ":";
}
.o-product--top__right .c-field--name-variations form .field--widget-commerce-product-variation-attributes .attribute-widgets fieldset legend {
  display: none !important;
}
.o-product--top__right .c-field--name-variations form .field--widget-commerce-product-variation-attributes .attribute-widgets fieldset .c-fieldset__wrapper div {
  display: flex;
  justify-content: space-evenly;
  font-size: 1.4rem;
}
.o-product--top__right .c-field--name-variations form .field--widget-commerce-product-variation-attributes .attribute-widgets fieldset .c-fieldset__wrapper div input[type=radio] {
  margin: 0 0 0.5rem 0;
}
.o-product--top__right .c-field--name-variations form .field--widget-commerce-product-variation-attributes .attribute-widgets fieldset .c-fieldset__wrapper div label {
  padding-left: 1rem;
  font-weight: 300;
}
.o-product--top__right .c-field--name-variations form .field--name-quantity input {
  width: 7rem;
  height: 4.5rem;
  margin: 0 1rem 0 0;
  padding: 0.4rem 1.4rem;
  color: #794394;
  border: solid 1px #794394;
  font-size: 1.4rem;
  font-weight: 300;
}
.o-product--top__right .c-field--name-variations form .field--name-quantity:focus {
  outline: none;
}
.o-product--top__right .c-field--name-variations form .field--name-quantity .form-item__label {
  display: none;
}
.o-product--top__right .c-field--name-variations form .form-actions {
  margin: 0;
}
.o-product--top__right .c-field--name-variations form .form-actions .button--add-to-cart {
  height: 4.5rem;
  padding: 1rem 6rem;
  transition: 0.2s;
  color: white;
  border: solid 0.1rem #794394;
  background-color: #794394;
}
.o-product--top__right .c-field--name-variations form .form-actions .button--add-to-cart:hover {
  color: #794394;
  background-color: white;
}
.o-product--top__right .c-field--name-price {
  margin: 2.5rem 0;
  text-align: center;
  color: #794394;
  font-size: 1.8rem;
  font-weight: 600;
}

.c-field--name-field-related-products .c-field__label {
  margin-bottom: 3.5rem;
  color: #794394;
  font-family: "Mainlux", serif;
  font-size: 2.5rem;
  font-weight: 400;
}
.c-field--name-field-related-products > .c-field__items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.c-field--name-field-related-products > .c-field__items > .c-field__item {
  width: 20%;
  padding: 0 1rem;
}

#edit-purchased-entity-wrapper,
.field--widget-commerce-product-variation-attributes {
  padding-bottom: 4rem;
  margin: 0 auto;
  width: 100%;
}

.c-block-call-to-action-block {
  padding: 0 0 2rem;
}
@media screen and (min-width: 62em) {
  .c-block-call-to-action-block {
    padding: 10rem 0;
  }
}

#block-lmoor-theme-page-title {
  display: none;
}