.standard-option_thumb {
  max-width: 100px;
}

@media screen and (min-width: 992px) {
  .product-detail__content {
    grid-template-areas: "product-detail__content__description product-detail__content__documents" "product-detail__content__basic-setup product-detail__content__documents" "ordering-process__trigger ordering-process__trigger" !important;
  }
}

@media screen and (min-width: 992px) {
  .expanded-view {
    padding-bottom: 60px;
  }
}
.expanded-view .option-container__outer {
  display: flex;
  flex-direction: column;
}
.expanded-view .detail-options {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ordering-process__trigger {
  margin-bottom: 60px;
}

.product-detail__content__label {
  margin-bottom: 30px;
}

.product-detail__content__dimensions {
  display: flex;
  flex-direction: row;
}
@media (min-width: 0px) and (max-width: 500px) {
  .product-detail__content__dimensions {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .product-detail__content__dimensions {
    flex-direction: column;
  }
}
.product-detail__content__dimensions .dimensions__image {
  min-width: 200px;
}
@media (min-width: 0px) and (max-width: 500px) {
  .product-detail__content__dimensions .dimensions__image {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .product-detail__content__dimensions .dimensions__image {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

.dimensions .dimensions__text {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.ordering-process__item-card {
  padding: 40px 20px 40px 20px;
}

body .ordering-process__summary .summary__container .summary__row {
  flex-direction: column;
}
body .ordering-process__summary .summary__container .summary__row .summary__block .summary__block__header {
  justify-content: flex-start;
}
body .ordering-process__summary .summary__container .summary__row .summary__block .summary__block__header .summary__label {
  margin-right: 20px;
}
body .ordering-process__summary .summary__container .summary__row .summary__block .ordering-process__item-card__list {
  grid-template-columns: none;
  margin-top: 5px;
}
body .ordering-process__summary .summary__container .summary__row .summary__block .ordering-process__item-card {
  background: none;
  padding: 0;
  box-shadow: none;
}
body .ordering-process__summary .summary__container .summary__row .summary__block .ordering-process__item-card .item-card__title {
  margin-left: 30px;
}
body .ordering-process__summary .summary__container .summary__row .summary__block .ordering-process__item-card .item-card__info {
  left: 0;
  right: auto;
  bottom: auto;
}
body .ordering-process__summary .summary__container .summary__row .summary__block .item-card__image__container {
  display: none;
}
body .ordering-process__summary .summary__container .summary__divider {
  margin-top: 10px;
  margin-bottom: 30px;
}

.ordering-process__page__header .ordering-process__page__preview {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .ordering-process__page__header {
    display: flex;
  }
  .ordering-process__page__header .ordering-process__page__title {
    width: 70%;
    padding-right: 30px;
  }
  .ordering-process__page__header .ordering-process__page__preview {
    width: 30%;
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.ordering-process__page[data-step="0"] .ordering-process__page__preview,
.ordering-process__page[data-step="16"] .ordering-process__page__preview {
  display: none;
}
@media screen and (min-width: 1200px) {
  .ordering-process__page[data-step="0"] .ordering-process__page__preview,
  .ordering-process__page[data-step="16"] .ordering-process__page__preview {
    display: block;
  }
}
